Show / Hide columns in inline table based on formulas

Hi,

Is there any way to show / hide the columns on an inline table based on the user? In this case below, the current user doesn't have permission to see due date or quote, so is there a way to not have those columns show in the table?

 

clintinthecode_0-1660538753943.png

 

0 1 60
  • UX
1 REPLY 1

You could use the principle of expressions in the security filters article to show / hide columns from certain users by using those expressions in show_if of columns

Limit users to their own data - AppSheet Help

However I believe hiding columns with show_if does not stop those columns from reaching users' device, unlike security filters which prevent the non intended rows from reaching the users' device.

Conditionally show or hide a column value (Show_If) - AppSheet Help

 

Top Labels in this Space