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)
How can we insert image in each cell
manu2ka
Hi,
I have report for which i need to show an image and data. Data in the report shows is actually change in the value, lets say how a sales of a item sales are, is increased by 3% or decreased by 5%. I want to show an up arrow if there is change is in +ve and down arrow if the change is in -ve. So how can I insert an image depending on the value (+ve or -ve) for each record. Can any one suggest me.
Thanks
Manu
Find more posts tagged with
Comments
bhanley
Add a text field to the table row. In that dynamic text field evaluate whatever row values you need to (via the expression editor) in order to make a determination as to what image to display. Once you know you can either point to the image externally or load an image embedded in the report itself.
manu2ka
thanks bhanley for your quick response. Got it.