Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Use a chart with the relevant dimension (Customer Name or Serial Number) and the expression;
Sum(Aggr(Max(Amount), [Customer Name]))
or
Sum(Aggr(Max(Amount), [Serial Number]))
HTH
Jonathan
Hi,
What is your expected output w.r.t provided data??
Regards,
Hi
Use a chart with the relevant dimension (Customer Name or Serial Number) and the expression;
Sum(Aggr(Max(Amount), [Customer Name]))
or
Sum(Aggr(Max(Amount), [Serial Number]))
HTH
Jonathan
Hi Murali,
To what I understood please let me know if below would suffice your query.
To get the max purchased amount use the Max function in the expression with Customer Name or Serial Number as dimension using Straight table chart.
Dimension: Customer Name
Expression: max(Amount)
Please let me know if this is what you requirement is: [Image attached]. It displays the max total amount as you have highlighted in your Excel.
This will work as well:
In Textbox:
= Sum(Aggr(Max(Amount), [Sales Order]))
As the experts mentioned above you can use
sum(aggr(max(Amount), [Customer Name]))
Check the image attached. To get this
1. Go to Char Properties --> Expression Tab --> Total Mode --> Select the Radio button <Expression Total>
2. Go to Presention Tab --> Total option --> Check radio button <Totals on Last Row>
Thanks,
Vish.