For example. Inside Cash, I have others views: Some of these have view type > Form, galery, chart and also, some comes from Slices. The app has 30 views in total
I need show some views depending rol (Admin, Manager, user). For example, I want show Cash view (Type view = Galary) only to username with Admin or Manager rol. So I used this expresion in show if: In(ANY(SELECT(Team[Rol],[UserName]=USERSETTINGS(“User Name”))), {“Admin”,“Manager”}). My problem is: the expression is not functional.
I came across a similar situation. I found out that I had created a custom submenu, defined the view as ‘ref’ and created actions from main Menu to reach to the submenu.
The Show If option under display session in the SubMenu View is not useful in this case.
I had also tested switching the view of the Submenu to ‘Menu’ or later "later’. Then is it showing/hiding according to the user role. even in that case, user can reach the view through the Main Menu->SubMenu->“This particular view”.