Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am new to Qlikview, could you please help me on this request?
Using set analysis how we can dynamically fetch the maximum value.
I used the following expression but which is not produce anything.
sum({1<[Shipping Fee]= {"$=(Max([Shipping Fee])"}>}[Order-Total])
Please refer the sample data
If I give this expression
sum({<[Shipping Fee]= {200}>}[Order-Total]) working fine.
Note: Shipping Fee = 200 is maxmum value in my data
On Mon, Dec 22, 2014 at 8:50 PM, Anand Chouhan <qcwebmaster@qlikview.com>
If I give this expression
sum({<[Shipping Fee]= {200}>}[Order-Total]) working fine.
Note: Shipping Fee = 200 is maxmum value in my data
Try this expression
=sum({<[Shipping Fee] = {'$(=Max([Shipping Fee]))'}>}[Order-Total])
It is worked at my end.
Regards
Anand
hi,
PFA QV Document.
KR,
Naresh
Hi Satheesh,
Please try this below expression. I hope its help for you.
=Sum({<Shipping={$(=Max(Shipping))}>}[Order-Total])
Regards,
@Sub2u
This expression is working fine- Thanks
So the issue is resolved now!!!