Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Perhaps this?
Sum(Aggr(Point * count({<IsTopLevelQuestion2={"0"},IsMain2={"0"},BooleanValue2={"1"},ObsMa = {"*"},NumberOfDefaults ={"<> 0"}>}nbNote), Question))
Perhaps this?
Sum(Aggr(Point * count({<IsTopLevelQuestion2={"0"},IsMain2={"0"},BooleanValue2={"1"},ObsMa = {"*"},NumberOfDefaults ={"<> 0"}>}nbNote), Question))
It works ! thank you 😀