I hope you can help with the following problem. I have a table where each column represents a KPI and each row a unique ID. I’d like to filter out the ID rows where none of the columns has at lease one value.
In the screenshot below the rows for the IDs 4, 7, 11 and 15 should be filtered out:
The result should look something like that:
Ideally the workflow could generate two tables: one without the filtered out rows and one with only the filtered out rows.
@Er3n I have once created this solution to apply and combine several rules to a collection of columns and then aggregate the results. Will have to see if I can adapt this to your case later