Hi,
I am looking for a way to add 3 images dynamically into the report table.
and be able to apply condition to the image cell to select the right image from the field
ie image1.jpg
image2.jpg
image3.jpg
if row[country] == "france"
{
"image1.jpg"
}
else if
row[country] == "usa"
{
"image2.jpg"
}
else
"image3.jpg"
thanks