Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Annual Conference: Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hi

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])

17 Replies
Not applicable
Author

Please refer the sample data

Not applicable
Author

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>

Not applicable
Author

If I give this expression

sum({<[Shipping Fee]= {200}>}[Order-Total]) working fine.

Note: Shipping Fee = 200 is maxmum value in my data

its_anandrjs
Champion III
Champion III

Try this expression

=sum({<[Shipping Fee] = {'$(=Max([Shipping Fee]))'}>}[Order-Total])

It is worked at my end.


Regards

Anand

narband2778
Creator II
Creator II

hi,

PFA QV Document.

KR,

Naresh

Not applicable
Author

Hi Satheesh,

Please try this below expression. I hope its help for you.

=Sum({<Shipping={$(=Max(Shipping))}>}[Order-Total])

Regards,

@Sub2u

Not applicable
Author

This expression is working fine- Thanks

Anonymous
Not applicable
Author

So the issue is resolved now!!!