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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
arulsettu
Master III
Master III

display image

Hi

    need help i am having field contains url for image. i need to show it in my app can u tell me how?

i tried in textbox =info(field) but not getting the image

any ideas?

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

You need to select a url and use the below expression

=Only(Images)

Please find attached file.

Regards,

Jagan.

View solution in original post

14 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Did you selected Representation as Image in Text Object properties? 

Regards,

Jagan.

arulsettu
Master III
Master III
Author

yes i did. but not showing

thanks

jagan
Partner - Champion III
Partner - Champion III

Hi,

Are you trying to display from Internet web page or a filepath?  If you are using web page then what is the URL?

Regards,

Jagan.

its_anandrjs
Champion III
Champion III

Hi,

And did you check also the Image Folder location and the file from where you provide the images.

Regards

Anand

arulsettu
Master III
Master III
Author

hi find the attachment

arulsettu
Master III
Master III
Author

images are from the field it contain links

Not applicable

Hi,

something like this and provide the pictures in a folder location:

Image1.JPG

hth

F.

kiranmanoharrode
Creator III
Creator III

HI Arul,

Load below script,

Test:

Load * INLINE [

     FRUIT, IMAGE_URL

     Apple, http://www.lanierupshaw.com/wp-content/uploads/2014/10/green-apple-fruit-hd-wallpaper.jpg

     Pineapple, http://www.sojuicyonline.com/wp-content/uploads/2014/05/Pineapple-Fruit.jpg

];

Include Text object in sheet

and Mention expression

=IMAGE_URL

and select Image from Representation Drop down. Image will change on selection of FRUIT field.

If still its not working then you must need to check URL's in your application

Regards,

Kiran

jagan
Partner - Champion III
Partner - Champion III

Hi,

You need to select a url and use the below expression

=Only(Images)

Please find attached file.

Regards,

Jagan.