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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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
SunilChauhan
Champion II
Champion II

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

Sunil Chauhan
Anonymous
Not applicable
Author

No, It shows the same result.

I need to exclude or limit unnecessary names from Newproduct_name.

Regards,

SunilChauhan
Champion II
Champion II

supress null in dimension

or attached sample if possible.

hope this helps

Sunil Chauhan
Anonymous
Not applicable
Author

Please find attached the file.

Anonymous
Not applicable
Author

Maybe you know how to position it horizontally?

Thanks,

Not applicable
Author

Hi,

Corrected following option to put in a single column. You tested put the image link without the 'Bundle' and access the link?

Rebeca

Anonymous
Not applicable
Author

Hi Rebeca,

Thanks for reply.

My main problem is to remove column without image.

Thanks again,

Not applicable
Author

Now I got it!

=IF(info(Newproduct_name)>1,info(Newproduct_name))

Rebeca

Not applicable
Author

Hi,

Worked?

Rebeca