Hello
I want to display an image as a cell value in a report. Is this possible?
In my report I have IP addresses as separate rows, and for each IP address I want to display a country flag image in a 'Country' column.
Many thanks
Hello
I want to display an image as a cell value in a report. Is this possible?
In my report I have IP addresses as separate rows, and for each IP address I want to display a country flag image in a 'Country' column.
Many thanks
If your country flags are in separate files, you can use dbr.html:
If you flags are stored in database, you can use
select 'dbr.colstyle', 'image_column', 'image';
--
myDBR Team
You must log in to post.