Slices Troubleshoot

I have a slice set up that filters my data so that if a row is marked as “Done” it hides the row in the app. This current slice works just fine for the table of data it is linked to. I tried to copy the slice to preform the same function but for a different table of data and for some reason it is not having the same effect. Instead of eliminating all the rows that are marked as “Done” it eliminates the first row marked as such and then every row after that. So in theory it is no longer “slicing” my data. Thought the columns are not identical between the two tables of data, they are fairly similar so not sure if it is the column structure perhaps. Honestly do not even know where to look.

Any idea what setting might be throwing this off?

Solved Solved
0 8 308
1 ACCEPTED SOLUTION

I removed the @(_FILL) and that seemed to fix the issue…thank you!

View solution in original post

8 REPLIES 8
Top Labels in this Space