Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
stefania_f
Contributor II
Contributor II

Indicator

I have a excel with 10 rows and 2 columns.

I would like create an indicator that is the sum of the B columns for those rows that have "x" as the value in column A.

Are you coming?

3 Replies
adityaakshaya
Creator III
Creator III

Hi Stefania,

Let say you have 2 Columns named ColA and ColB. Now you want to sum ColB which has ColA = X. Using set analysis, you can achieve this.

Sum({<ColA = {'X'}>}ColB)

Let me know if you need further explanation.

Regards,

Akshaya

stefania_f
Contributor II
Contributor II
Author

  it' s fine!!! Thank you so much!!!

Stefania

adityaakshaya
Creator III
Creator III

Hi Stefania,

You are welcome.

I would like to suggest to close this thread if you receive what you are looking for.

Regards,

Akshaya