I am building some dashboards that will be shown to external users.
We need to have one column in our data that determines whether or not those users can see a given entry in the table.
What’s most critical, however, is that they cannot ever see this column NOR can they change the filter that uses this column and then see the hidden rows.
How can I ensure that this private column stays secured yet functional?
Excluded solutions: separate tables is not an option.