Also as @Aleksi_Alkio guided , the expression LOOKUP(USEREMAIL(),02_USERS.XLSX,UserEmail,Ventas) works perfectly instead of need for LOOKUP(USEREMAIL(), 02_USERS.XLSX, UserEmail, Ventas) = True
Hi @Fer_Calvano, As guided by Aleksi, for this expression to work , ,please use Yes/No type of column instead of Enum type with Enum values
of updates after I did testing based on @Aleksi_Alkio’s guidance and your inputs. You had mentioned that you have “go to a view” behavior in your views.
My testing indicates that if you have a view called say A , you can use the “show_if” condition for that view to block a user from seeing the view FROM MENU or Bottom Header.
However further testing showed was if you call this view A through an action type of “Go to a view”
from another view B,
the view A
is visible through action button to an user even if the user is blocked for that
of updates after I did testing based on @Aleksi_Alkio’s guidance and your inputs. You had mentioned that you have “go to a view” behavior in your views.
My testing indicates that if you have a view called say A , you can use the “show_if” condition for that view to block a user from seeing the view FROM MENU or Bottom Header.
However further testing showed that if you call this view A through an action type of “Go to a view”
from another view B,
the view A
is visible through action button to an user even if the user is blocked for that