Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
idogridish2
Creator II
Creator II

don't show some values from field

Hi everybody,

i have a table per user with a field called level,

the request is as follows:

don't show level for specific employees for Users,

for example,

i have this KeyTable:

UserIDLevel
1000A
1001B
1002B
1003C
1004A
1005B
1006C

 

For user 1 show all level values,

for user 2 the level field should be reduced like that:

UserIDLevel
1000 
1001B
1002B
1003C
1004A
1005 
1006C

 

for user 3 the level field should be reduced like that:

 

UserIDLevel
1000A
1001 
1002B
1003 
1004A
1005B
1006C

 

is there a way to do that using section access or any other way?

i cant use a calculated dimension because of security issues( the user can duplicate the table and change the calculated dimension).

please see the attachments of the qvf and excel files,

in the excel there is a Groups table

i thought maybe to create a field for every group of permissions  (I have about 100 groups of permissions) so i can create a 100 different fields for the field "Level", but i don't want to loop 100 time over the KeyTable (the table contains 20 Million rows),

i started writing some code in the qvf,

maybe i'm way off here with this solution,

thanks in advance,

Ido.

0 Replies