How can I limit what the user sees based on a virtual column?

Can I limit what the users sees based on a virtual column?

Sure, just reference the VC in your show_if, security filter, slice condition, UX condition, or whatever you’re wanting to limit the visibility of.

1 Like

I need to reference it in my map. I have a table that I can enter my users as I go through the app:

How would I write it to use this Virtual column to check if [Custumer name] = [User_Assigned_Accounts]?