Dear Team,
I have the data mentioned below. I want to create slices likes students and comments but excluding the default comment “Nil”
If I understood your request, you could use a condition rule like NOT([Complaints]=“Nil”)
Thank you.
if it blank instead of nil what will be the formula
OR(
ISNOTBLANK([Complaints]),
NOT([Complaints]=“Nil”)
)
thank you!!! @Aleksi
You’re welcome
User | Count |
---|---|
16 | |
11 | |
7 | |
2 | |
2 |