Hey everyone,
I have a column [Question] that I only want to show in a slice depending on the value of another column [ABC] but I want it hidden if the other column is emptyโฆ
So if column [ABC] (Type=text) has a value (this value is different in most rows)
Then column [Question] (Type=ENUM) will show,
If [ABC] is blank then column [Question] will be hidden
Hopefully this makes senseโฆ
Cheers
Solved! Go to Solution.
You could write NOT(ISBLANK([ABC])) or ISNOTBLANK([ABC]) in the show_if constraint of the [Question] column.
You could write NOT(ISBLANK([ABC])) or ISNOTBLANK([ABC]) in the show_if constraint of the [Question] column.
For reference:
@Suvrutt_Gurjar
Worked perfectly, thanks heaps
User | Count |
---|---|
17 | |
11 | |
5 | |
5 | |
5 |