Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i want see the sum(sales) for top selling product by company
pls give me expression for this
Hi Manoj,
Expression will be like Max(TOTAL Aggr(Sum(Sales),Company,Product))
Thanks
Sri
You can see this for aid you
Hi Manoj,
Expression will be like Max(TOTAL Aggr(Sum(Sales),Company,Product))
Thanks
Sri
see the attched file
hope this helps