<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem on dimension restriction to show the lowest value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576307#M1101645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are MATNR and Material No. are 2 different fields??&lt;/P&gt;&lt;P&gt;Because you are using MATNR in 1st chart and Material No. in second chart.&lt;/P&gt;&lt;P&gt;By using MATNR in second chart, its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 05:58:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-15T05:58:09Z</dc:date>
    <item>
      <title>Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576302#M1101640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate a quick reply, as I am stuck up. Any feedback regarding this issue would be highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576302#M1101640</guid>
      <dc:creator>bimala0507</dc:creator>
      <dc:date>2014-04-15T05:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576303#M1101641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be better if you go for buttons which make select in field with all this limitings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576303#M1101641</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-04-15T05:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576304#M1101642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try expression:&lt;/P&gt;&lt;P&gt;=Sum({1} $(v_netprice_2014) - $(v_netprice_2013))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576304#M1101642</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T05:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576305#M1101643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-(Expression used in chart)&amp;nbsp; in sort Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576305#M1101643</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-04-15T05:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576306#M1101644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much. Surprisingly this works, but not able to understand, why MIN does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576306#M1101644</guid>
      <dc:creator>bimala0507</dc:creator>
      <dc:date>2014-04-15T05:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576307#M1101645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are MATNR and Material No. are 2 different fields??&lt;/P&gt;&lt;P&gt;Because you are using MATNR in 1st chart and Material No. in second chart.&lt;/P&gt;&lt;P&gt;By using MATNR in second chart, its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576307#M1101645</guid>
      <dc:creator />
      <dc:date>2014-04-15T05:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576308#M1101646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576308#M1101646</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on dimension restriction to show the lowest value</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576309#M1101647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. Appreciate the explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Bimala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-on-dimension-restriction-to-show-the-lowest-value/m-p/576309#M1101647</guid>
      <dc:creator>bimala0507</dc:creator>
      <dc:date>2014-04-15T06:22:27Z</dc:date>
    </item>
  </channel>
</rss>

