Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Hi,
You need to select a url and use the below expression
=Only(Images)
Please find attached file.
Regards,
Jagan.
Hi,
Did you selected Representation as Image in Text Object properties?
Regards,
Jagan.
yes i did. but not showing
thanks
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.
Hi,
And did you check also the Image Folder location and the file from where you provide the images.
Regards
Anand
hi find the attachment
images are from the field it contain links
Hi,
something like this and provide the pictures in a folder location:
hth
F.
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
Hi,
You need to select a url and use the below expression
=Only(Images)
Please find attached file.
Regards,
Jagan.