Is it possible to hide or display certain fields in a table based on the value of another field? Basically, conditionally.
For example, let’s say a table has the following:
Field A
Field B
Field C
And I want the following display options
Field A: Always visible
Field B: Visible only when field A is marked “Present”
Field C: Visible when field C is marked “Absent”
How would one do this?