Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I want to show top 5 customer in my textbox.
this is my expression.
=concat(DISTINCT if(aggr(rank(sum({<DELTYPE={SALES}>}AMT_TRANS*$(=Curr_Factor))),CUST_NAME)<=5,CUST_NAME)& CHR(13))
the above expression gives me top 5 customer in a text box but not in proper ascending order.
for ex-
2nd top selling customer coming first
5th top selling customer coming second
but
I want in ascending order.
Thanks in advance.
Follow this
Hi Tripati,
Go through the below link it might help u
Hi Tripati,
There is a sort weight option in Concat, try if you can identify one of you weight field to be used to sort your values.
Hi
i am not able to get sort weight in concat function...
any solution
thanks