Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm trying to display an image in a Table Box.
For this I have loaded images using "bundle info" command and then I use this value in the last column of my Table Box selecting as well Advanced Presentation > Show as Image option but it does not work ..
Any hint? Thanks!
T
Try loading your images table last. Don't know why, but that seems to work here. And choose as representation Image instead of Info as Image
Your images were not loaded in an image folder. That could be because you didn't specify a table name. Try adding a name for the image table and reload.
I've added a name to the bundle info table but it does not work ![]()
Hi,
Do you use the expression "info(Img_field)" to display your image?
Try loading your images table last. Don't know why, but that seems to work here. And choose as representation Image instead of Info as Image
Loading images table at the end of the script it works ! Although I don't understand why it should be like this ... any idea?