So you can hide rows with a certain value in a particular column from view by using slices … so, summary, table, map, deck views won’t show that row. However, what about the detailed view? How do you hide the row in a detail view if a column has a particular value? Seems the user can still scroll through the detailed views and stumble on rows that I want hidden?
Solved! Go to Solution.
@Tom_automated
You need to use a slice and associate a Detail View explicitly for that slice
In detail view you option where you select which values your user has to see not to see as following
I’m not looking to hide certain columns, i’m trying to hide the entire row if a column is a certain value. So essentially, for the user the detail view for a particular row would appear to not exist.
@Tom_automated
You need to use a slice and associate a Detail View explicitly for that slice
Ah, of course. Should have thought of it.
User | Count |
---|---|
35 | |
9 | |
3 | |
3 | |
2 |