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.
Also recommend changing your initial value for Done? to “yes” not @(_FILL). I don’t even know what that formula does but I do know that’s the old syntax for appsheet. Also if possible I’d get rid of the ? in your column name I don’t know how that would affect it but it probably not recommended.
Appsheet auto converts “Yes” and “No” to True and False when evaluating formulas; I’ve found “Yes” and “No” to actually be the better choice more often than True and False which annoys the programmer in me almost as much as <> instead of !=.