Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a field. I want to show instead of text image. I load in my script
Image:
Info Bundle
LOAD * Inline [
Newproduct_name, image_path
name1, path1
name2, path2
name3, path3
name4, path4];
But the Newproduct_name has more than 4 names. When I created a list box, I have 4 images and empty box.
How can I hide or remove the empty box?
Thanks,
Bundle and info should be use like below
Image:
Bundle
LOAD * Inline [
Newproduct_name, image_path
name1, path1
name2, path2
name3, path3
name4, path4];
in expression use info (name)
hope this helps
No, It shows the same result.
I need to exclude or limit unnecessary names from Newproduct_name.
Regards,
supress null in dimension
or attached sample if possible.
hope this helps
Please find attached the file.
Maybe you know how to position it horizontally?
Thanks,
Hi,
Corrected following option to put in a single column. You tested put the image link without the 'Bundle' and access the link?
![]()
Rebeca
Hi Rebeca,
Thanks for reply.
My main problem is to remove column without image.
Thanks again,
Now I got it!
=IF(info(Newproduct_name)>1,info(Newproduct_name))
![]()
Rebeca
Hi,
Worked?
![]()
Rebeca