Is it possible to show the name of a column only in form and details views and not show it in list view instead?
Solved! Go to Solution.
I see. For that you will need to use an expression in the Display Name property under the Display section for that column. An expression like this:
If (CONTEXT("ViewType") = "Table",
"",
"Your Original Column Name Here"
)
User | Count |
---|---|
16 | |
9 | |
9 | |
7 | |
3 |