Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
danosoft
Specialist
Specialist

Limit visibility with section access

Hi i need limit visibility of some elements in my qlik project, and assign a value to an element, so i thought to use section access.

I need an NTName autentication, so how can i do that?

for example i want for the user <host>/userone not show the element LB51 (the name of the field is FORNITORE1) and want assign the value "one" to the element LB52 (the name of field is FORNITORE).

finally i want the LB52 need readonly I want it to be blocked, he can not change it.

All others users need to see all normally in the project

 

 

 

Labels (2)
9 Replies
danosoft
Specialist
Specialist
Author

is not possible to do that with section access?
prieper
Master II
Master II

Surely you may refer in section access to a yes/no-field.
But think that it would be easier to create an expression (may also be maintained as external variable), like
WILDMATCH('ListOfAllowedUsers', '*' & OSUSER() & '*')
and create different listboxes, just depending the condition above
Peter
danosoft
Specialist
Specialist
Author

Can you make me an example? becouse i tried but it not work with ntnname for yes/no field

 

and in the expression... how can i do what i ask with expression?

prieper
Master II
Master II

PFA

users "a", "b" should see two listboxes, "c" only one.

Check under Properties -> Layout -> Show -> Conditional

 

danosoft
Specialist
Specialist
Author

thanks, but "Check under Properties -> Layout -> Show -> Conditional" of what? the item, the documents, the sheet?

and sorry, i understand your minimal example  but it isn't what i asked....

 

prieper
Master II
Master II

another minimal example,

similar concept - try with user "c"

danosoft
Specialist
Specialist
Author

Ok thanks... but i need to do a thing like this:

limit visibility of some elements in my qlik project, and assign a value to an element, so i thought to use section access.

I need an NTName autentication, so how can i do that?

for example i want for the user <host>/userone not show the element LB51 (the name of the field is FORNITORE1) and want assign the value "one" to the element LB52 (the name of field is FORNITORE).

finally i want the LB52 need readonly I want it to be blocked, he can not change it.

All others users need to see all normally in the project

 

prieper
Master II
Master II

Check the script and replace the column USERID with NTNAME and you have it
danosoft
Specialist
Specialist
Author

Thanks you for your reply, but i not have it, read what i asked, i not have all i asked