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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
SRSB
Partner - Contributor III
Partner - Contributor III

Error in calculation others in Pie Chart when Having a limit dimensions to show

Hello,

I have a problem with my pie chart.

I have a dimension: Question

a calculated measure: Point * count({<IsTopLevelQuestion2={"0"},IsMain2={"0"},BooleanValue2={"1"},ObsMa = {"*"},NumberOfDefaults ={"<> 0"}>}nbNote)

When I set limitations to 8, the calculated value shown on others is not correct.

Is there a solution ?

Thanks for your help.

Best regards.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Perhaps this?

Sum(Aggr(Point * count({<IsTopLevelQuestion2={"0"},IsMain2={"0"},BooleanValue2={"1"},ObsMa = {"*"},NumberOfDefaults ={"<> 0"}>}nbNote), Question))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

Perhaps this?

Sum(Aggr(Point * count({<IsTopLevelQuestion2={"0"},IsMain2={"0"},BooleanValue2={"1"},ObsMa = {"*"},NumberOfDefaults ={"<> 0"}>}nbNote), Question))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
SRSB
Partner - Contributor III
Partner - Contributor III
Author

It works ! thank you 😀