Slice help

Hi, I'm trying to do a very basic slice. I want it to show only those schools listed as "active." 

I *think* that this is the correct expression, but it doesn't work:

sheebee22_0-1664962344407.png

Can somebody help?! Thank you!

 

 

Solved Solved
0 5 115
1 ACCEPTED SOLUTION

It sounds your [Status] column could be of enumlist type. If so and if you need only one value at a time as status, please make the column of enum type.

View solution in original post

5 REPLIES 5

It sounds your [Status] column could be of enumlist type. If so and if you need only one value at a time as status, please make the column of enum type.

Yes! This was it! such a simple fix, THANK YOU!!

Glad you asked bcz I've come across this too and usually hack-away on it until I find a formula that works. 

Now I know to check the field type.  

I think the answer is in the error message.

Try:

([Status]=Active)

without the quotes.

Thank you but that didn't work:

sheebee22_0-1664968104727.png

 

Top Labels in this Space