Counting specific cells with "Rule Engine"

Hello,

I have a table with two columns: The first column includes a name of a person (str), the second includes the amount of orders (int). Now I want to find out how many cells, who have a name in the first column, do not have a number of orders in the second column assigned.

My idea was to filter the columns and then use count. For the filter I thought about using the Rule Engine to form something like this: ($name$ = TRUE) AND ($orders$ = MISSING (or FALSE)). But I guess because I do not have boolean values this is the wrong approach. I don’t have any ideas and the usage of the Rule Engine remains a mystery to me.

Thank you for any hints or solutions in advance!

missing_amount_forum.knwf (29.3 KB)
Hello,

Does this help?

3 Likes

Thank you, for the two ways of solving this! It was exactly what I needed

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.