I have many views in my inventory app i want to limit a dashboard view for two userid how can?

dear all need help for hiding UX vies for other users

I have 6 types of UX views and one of is the “dashboard” which contains all information of data I don’t want to saw this view to all my signed-in user so how to hide this view as per user email id.

Solved Solved
0 9 216
  • UX
1 ACCEPTED SOLUTION

got a solution from the community

thanks lot it’s working perfectly

In(useremail(), list(“abc@gmail.com”,“dgf@gmail.com”))

View solution in original post

9 REPLIES 9

Steve
Platinum 4
Platinum 4

cant understand how to hide views in this above link

still not getting exactly please provide an expression for saw if in ux views like abc@gmail and def@gmail.com only can see this views.

What have you tried?

in ux view diplay show if (usermail(),“abc@gmail.com,def@gmail.com")

is it ok?

I just want to show this view to limited people.

There’s nothing valid about your expression, so I’m not surprised it doesn’t work.


is it possible to give me formula example for sawing view to only two mail id?

thanks a lot for help

got a solution from the community

thanks lot it’s working perfectly

In(useremail(), list(“abc@gmail.com”,“dgf@gmail.com”))

Top Labels in this Space