counting values over threshold

Hello,

how can I count the amount of values over a self defined threshold over several rows? Any suggestions?

Best regard
wbart

… and the same over several columns

Hi there @wbart,

use Math Formula (Multi Column) node with if() function that will return 1 if value is over a threshold and 0 if not. Then use Column Aggregator on newly created columns with aggregation method sum.

Br,
Ivan

3 Likes

Thanks @ipazin it works :smiley:

1 Like

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