I have a table that loads case comments, and one of my filters is a manual filter based on “IsPublished”. If I set the model to process client side:
The filter looks like this:
If I set it to process server side:
I don’t understand why it’s not the same, what am I missing?