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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
bimala0507
Partner - Creator
Partner - Creator

Problem on dimension restriction to show the lowest value


Hi:

I am facing a typical issue in dimension restriction. I would like to see Top 10 materials which has largest price difference between 2013 and 2014 and similarly would like to show Top 10 Materials with lowest price difference and I would like to show irrespective of the selection. While it shows me Top 10 of largest price diff., but not showing the materials with lowest price difference unless I select the Year 2013. Attached my qvw files. Is there something I need to do to show the lowest value.

Appreciate a quick reply, as I am stuck up. Any feedback regarding this issue would be highly appreciated.

7 Replies
sujeetsingh
Master III
Master III

It will be better if you go for buttons which make select in field with all this limitings

tresesco
MVP
MVP

Try expression:

=Sum({1} $(v_netprice_2014) - $(v_netprice_2013))

SunilChauhan
Champion II
Champion II

use

-(Expression used in chart)  in sort Expression

hope this helps

Sunil Chauhan
bimala0507
Partner - Creator
Partner - Creator
Author

Hi:

 

 

Thanks much. Surprisingly this works, but not able to understand, why MIN does not work.

Not applicable

Are MATNR and Material No. are 2 different fields??

Because you are using MATNR in 1st chart and Material No. in second chart.

By using MATNR in second chart, its working fine.

Try this way.

tresesco
MVP
MVP

Min() doesn't work because of null/zero values. Go to presentation tab and uncheck 'Suppress Zero Values' and 'Supress Null Values'; you would see the output.

bimala0507
Partner - Creator
Partner - Creator
Author

Thank you so much. Appreciate the explanation.

Kind Regards,

Bimala