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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rajinikanth
Contributor III
Contributor III

Section Access and Show Hide Text Object based on Role

Hi All,

My section access script is a below.

Section Access;
LOAD * INLINE [
ACCESS, USERID, ROLE,COUNTRY
ADMIN, DAVE, HEAD,INDIA
USER, MATT, EMP,CHINA
]
;
Section Application;
myIsland:
LOAD * INLINE [
ROLE,COUNTRY
GH,INDIA
CD,CHINA
]
;

My req is

1. When DAVE logs in, i need to show a text object saying "Please select a country" since his role is HEAD.

2. And when he clicks on any value in the country list box the list box should disseaper.

4 Replies
Anil_Babu_Samineni

PFA, Credentials are same

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Gazza
Contributor III
Contributor III

Hi, this is exactly the problem I have. I have downloaded your qvw but how do I open it as it requires a password? cheers

Gazza
Contributor III
Contributor III

Hi, how can I see the solution to this problem? 

I'm new to Qlik but this is the same problem I have.

Thanks

Miguel_Angel_Baeyens

Use "DAVE" as USERID, see reply above