Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Info as image

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,

Labels (1)
10 Replies
Anonymous
Not applicable
Author

Hi Rebeca,

Thanks for your reply.

I checked it works in simple case.

But I created images-buttons.

Thank you again,