Hide column

good day
I have a table segmented by user types, with 3 virtual columns.
It turns out that most users only require 2 of the 3 columns.
with “show if” I hide the values ​​of the third column, but the title and the column still appear.
Is it possible not only to hide the values ​​but also the column as such?

Thanks

0 3 121
  • UX
3 REPLIES 3

You can probably just remove the column from the column order of the view:

Most of the time the column order of a table view is set to all columns but you can manually decide which columns to include in the view

the problem is that if I hide it, I hide it from all users, I have a “show if” restriction, which hides the individual values ​​of each cell, but does not hide the column as such.

Thank you very much for answering

Oh, in that case you’ll probably need to create two custom views. One view will have all three columns and one view will only have the two. When you create a custom view (not a system view) you can apply a Show If expression to the whole view to handle both user scenarios.

Previously I thought that neither user scenario wanted to see all the three virtual columns but they were required for a different reason.

Top Labels in this Space