Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calculation

Hi guys,

I have simple expression

Sum(TOTAL<MYear>WEIGHT)

Dimension : MYear

I want to calculate all respondents, who answered on BBB question

I can use set analysis Sum({<BBB='aaa', 'sss', ddd', 'eee'}>} 'TOTAL<MYear>WEIGHT)

Maybe somebody knows other issue?

Thanks,

5 Replies
MayilVahanan

HI

Try like this

Sum({<BBB={'aaa', 'sss', ddd', 'eee'}>} TOTAL<MYear>WEIGHT)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

Thanks for reply.

I use it,

if you know other issue?

Alejandro_Hernández
Former Employee
Former Employee

=Sum({<BBB={'*'}>} Weight)

jagan
Luminary Alumni
Luminary Alumni

Hi,

Try this

=Sum({<BBB={'*'}>} Weight)

Regards,

Jagan.

Anonymous
Not applicable
Author

I got the results as without set analysis.