Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Goodmorgen to all (at least, in my timezone),
after getting some great advice and tips on this forum, my company demonstration project of QlikView is nearly completed. However, to make the program look even better, I would like to use dynamic pictures for the next situation:
- The application searches through our databases for article information. When a specific article is found, detail information can be provided. In this detail information, user data is also available. I would like to use this user information to show an already existing picture from a web url.
How can I accomplish this?
Kind regards,
Martijn te Molder
Disregard this question, I've searched through the examples and found my answer.
Martijn
Update: the code in the example files of QlikView aren't working for me. I tried:
1) create a new text object
2) set type as picture/afbeelding (dutch)
3) type code:
=if(count(distinct [UserPhotoLocation]) = 1, info(UserPhotoLocation), 'Please Select an Image to View')
This isn't working, what did I forgot to do?
Martijn