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! Go to Solution.
Use something like NOT(AND(Context(โViewTypeโ)=โDetailโ,[ColumnName]=0))
User | Count |
---|---|
15 | |
11 | |
9 | |
8 | |
4 |