Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Images in cross tab
Stefan
Hi,
in a crosstab I show the elapsed time (sum) for a certain process active on a grid-server (x-axis day in month, y-axis server). For better readability I want to show a gif instead of the pure number. I.e. if the elapsed time was longer than 8h show red.gif, 4-6 orange.gif, below green.gif.
How can I do this with BIRT?
Find more posts tagged with
Comments
bhanley
Add an image control to the cross tab for the summary measure you want to show. Then use the epxression editor to create a script that points to the desired image based on the data. The data for the cell will be available for you to evaluate via the expression editor when you craft your formula.
Stefan
thank you brian,
worked out perfectly.
now that the precise data has been hidden under a management like red, orange and green traffic light. i need a mouse over that references and shows the underlying data (elapsed time) again.
how shall i handle this?