sum columns - bar chart

I, have a question.
I want to sum to columns and return another matrix with the new column.
For examples:
|DO YOU LIKE SCHOOL| |BOY| |GIRL|
yes - 3 - 3
no - 1 - 0
yes a lot - 4 - 7
I want to return a matrix without the distinction between boys and girls. I ask this because I have to do a bar chart where I’m interesed only in the count of the differente answers and not differences between boys and girls.
Thanks, have a good day.

Hi @violandre01 -

You can use either a Math Formula or Column Aggregator. There are certainly other ways too ( Column Expressions ) but those first two are probably simplest.

1 Like

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