Slice not seeing enum

Rod
Bronze 3
Bronze 3

I have an Enum column with 3 choices

Accepted

Pending

Declined

I have slices based on those choices

(I’ve tried multiple ways to make this work again)

[Estimate Status]=Accepted - with and without quotes

CONTAINS([Estimate Status], “Accepted”) - with and without quotes

I get zero results now.

Ultimately the goal is to separate them and count.
Thanks!

Solved Solved
0 10 213
1 ACCEPTED SOLUTION

Rod
Bronze 3
Bronze 3

Thanks Marc.
I disconnected and reconnected the tables and now they are working.
And yes I went back to my original expression which is =“accepted”
I think it may be a connection issue on my end. I work remotely, I mean I’m actually in the desert camping while working on these apps. I’ve seen a performance difference between browser’s during this as well.
Anyway, most likely the problem is on my end.
Thanks for reaching out.

View solution in original post

10 REPLIES 10

Steve
Platinum 4
Platinum 4

Please provide a screenshot of the slice configuration, being sure to include the row filter expression.

Rod
Bronze 3
Bronze 3

Here’s a version with a CONTAINS
3X_e_f_efde832a1cca42056187525c1dafae11f78da1b6.png

Rod
Bronze 3
Bronze 3

Here’s another shot

3X_3_b_3b6f780c938ce7dbff336bd317596e6a516285ba.png

Steve
Platinum 4
Platinum 4

Where are you seeing this unexpected result? Please post a screenshot of the emulator that demonstrates the problem, and includes the View and Table indicators.

3X_3_1_31d0025b446c275b222c9df78800b8325d3c02cd.png

Rod
Bronze 3
Bronze 3

Here you go…

3X_6_0_60c75fbd73a741f70400cab1e24829415a828fea.png

Tried this as well, still nothing…
COUNT(SELECT(Estimates[Estimate Status], IN([Estimate Status], {“Pending”})))

Not sure why you use contains or in expression with this.

just simply

[Estimate Status]=“Accepted”

for slice conditions

Rod
Bronze 3
Bronze 3

I’ve done that as well, both with and without quotes, still nothing in return…

Rod
Bronze 3
Bronze 3

Sanity check time. Make a temporary new VC in the base table with the expression:

[Estimate Status] = “Accepted”

Test this from the expression assistant, what does it show?


Are you using any Security Filters for this table?


Where did you get that last screenshot from, I don’t recognize it?

Rod
Bronze 3
Bronze 3

Thanks Marc.
I disconnected and reconnected the tables and now they are working.
And yes I went back to my original expression which is =“accepted”
I think it may be a connection issue on my end. I work remotely, I mean I’m actually in the desert camping while working on these apps. I’ve seen a performance difference between browser’s during this as well.
Anyway, most likely the problem is on my end.
Thanks for reaching out.

Top Labels in this Space