Hiding unused/empty fields in Details view

Hi,

Was looking for a way to hide columns based on user input (or no input) in Details View.
A user completes a report - a list of questions, where he either enters some info or not.
I need to hide those fields where the user did not enter anything.
Some of the fields have default (initial value), typically 0 or โ€œโ€;
Thus I need to capture fields that have not been entered or remain with default values and hide them from details view.
Here is picture of how it looks now with plenty of empty fields

Apparently I cannot hide column because then the fields will not be available in the form for editing. As I understand, the hiding should only happen when a user enters the Details View, as shown above. I also have a feeling that may be the strategy is wrong and I should have used something like slides โ€ฆ

Apprecaie a hint on this,

Thank you,
Alex

Solved Solved
0 11 1,942
1 ACCEPTED SOLUTION

Use something like NOT(AND(Context(โ€œViewTypeโ€)=โ€œDetailโ€,[ColumnName]=0))

View solution in original post

11 REPLIES 11
Top Labels in this Space