Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
carlos13
Creator
Creator

Problem sum Total

The problem is that I occupy change the sum of the total,occupied in the total sum only , blocking the formula  and do not know how to do this, I appreciate any help

1.JPG

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Change the expression to:

Sum(Aggr(count(RESPONSE_ID) * sum(ValorRespuesta), OPTION_TEXT, QUESTION, Hijo, Padre))

See the attached

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Change the expression to:

Sum(Aggr(count(RESPONSE_ID) * sum(ValorRespuesta), OPTION_TEXT, QUESTION, Hijo, Padre))

See the attached

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
carlos13
Creator
Creator
Author

Thank you very much.