Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
In qlikview 11, i want to display image in text object for each user according on their user account when they login by using ntname.I store their image in excel file, which contains their name and image path.
Thank you advaced for all your answer,
Tharoth
Hi Tharoth,
QVuser() -> Returns a string containing the name of the current QlikView user as entered in a section access. And "Bundle load" is the way that we can load image into QlikView. So you can combine this two feature to get your job done.
How?
First, you need to use BUNDLE LOAD where you can find details from here
Second, in text object you can try =If(QVuser()=Value,Image1,Image2)
Regards,
Sokkorn ![]()
Tharoth,
in addition to Sokkorn´s suggestion here a small example.
Copy it to your C drive.
Good luck!
Rainer
hi Rainer Filoda,
Thank you so much for your file
.Please give me the user id and password to open your qv file.
with thanks,
Tharoth
USER1
USER2
ADMIN
Dear Rainer,
Thanks for sharing...
Vikas
hi Rainer Filoda,
The file that u uploaded is display only path of image. I couldn't see image.
with thanks,
Tharoth
Hi,
Have a look at the modified version.
Regards,
Kaushik Solanki
Kaushik Sir
Thanks
Vikas