Hi everyone,Β
Iβm working on an analysis in Celonis and I have a question regarding filtering table rows.
In my case, one of the columns in my table displays a sum of values retrieved from the backend (e.g., SUM("SomeColumn")
). I would like to exclude all rows where this sum equals zero, so they donβt appear in the final table.
How can I apply such a filter directly in the table configuration or via a filter condition?
Thanks in advance for your help!