Loop on row variable


hello All, What I’m trying to do is to make a count of employees by sex, by department type (named “service”). As service column has multiple values (consultant, RH, etc…), I’m looking for something that make a count by sex and then for each service row value. What should be best practice then ?
Thank you for your reply,

@olivier92410 you might take a look at this thread about loops

You might have all your combination ready with a group by node and then use:

1 Like

Thank you for reply, relevant information !

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