Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the attached document, I want the value from the text box "Value Required" but I am getting the wrong value based on the chart. I think the reason for this is because there are multi lines for the same ID due to different RuleID.
Thanks
Try with this:
Sum(Aggr(sum(DISTINCT poPrice * poQty), ID))
Regards,
Ricardo
USe
distinct as below in chart experssion
sum( distinct poPrice* (poQty))
It will show exact value.pls check and let me know
Hi,
It does not seem to work, I've attached another document with more data and I have added your expression to the chart "wrong value 2" and the results are not matching the "Value Required" as you can see.
Thanks
Try with this:
Sum(Aggr(sum(DISTINCT poPrice * poQty), ID))
Regards,
Ricardo