Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Web access portal conditional display problem

Hi

I have a number of charts that I want to only display to certain users.  I have done this by creating a variable

vShowUser=Sign(Wildmatch(OSUser(),'*name*')) and then making the table layout conditional on vShowUser=1

This works fine on the desktop development version, but doesn't work on the WebAccess Portal, and the tables are visible to all users.

How can I fix this please?

ta

Richard

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi Richard,

Not sure you try this yet

vShowUser=Sign(Wildmatch(QVUser(),'*name*'))


Regards,

Sokkorn

View solution in original post

5 Replies
Sokkorn
Master
Master

Hi Richard,

Not sure you try this yet

vShowUser=Sign(Wildmatch(QVUser(),'*name*'))


Regards,

Sokkorn

Not applicable
Author

Thanks Sokkorn – I’ll give that a go.

Siva_Sankar
Master II
Master II

Try in the layout ->show condition  ->use expresion like if OSUSER() = userA

Regards.

Siva

Not applicable
Author

Hi Richard,

   Did you applied the Object Level Section Access in the application?

   If yes please check the option "Intial Data reduction Based on Section Access" is enabled or not under the Document Properties of Opening TAB. if not enable and reload the document and then try.

Not applicable
Author

Spot on Sokkorn - thanks - worked a treat!