Hello, is it possible to restrict Menu items by users? Ie. Certain users can view certain options in the menu.
Thanks.
Hello, is it possible to restrict Menu items by users? Ie. Certain users can view certain options in the menu.
Thanks.
Yes. Show_If for a menu view. Maybe
USEREMAIL()="123@gmail.com"
Thank you @retailpartnercom
That works great, now what if I wanted to do this for an inline table.
Is it possible to restrict access to an inline table? Inline tables don’t seem to have the Show_If field.
David2:
Is it possible to restrict access to an inline table? Inline tables don’t seem to have the Show_If field.
Use a Show? expression for the column that corresponds to the inline table.