Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Restriction on an object to select multiple

I made a menu with a multiple object selection, this "menu" the user can go to the folders. But I have some users who only have access to some folders, and I need to display the menu, only the folders that the user has access, to the user with Administrator permission, shows all the folders. Does anyone know how I do this?
I tried to do this: (but failed)
IF QVUser()='TODOS' THEN
TAB_MENU:
LOAD * INLINE [
MENU
DashBoard
Diário
Cliente
Representante
Produto
Filial
Gerencial
Evolução
Dispersão
Ramo,
Regiao,
Analitico,
Devolução,
Desvio Padrão,
Lead Time,
Dinâmica
];
ELSE
TAB_MENU:
LOAD * INLINE [
MENU
DashBoard,
Cliente,
Devolução,
Gerencial,
Produto,
Representante
];

[:)]

0 Replies