<?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: Restrict data based on the field value in staright chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918697#M987272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Massimo,&lt;/P&gt;&lt;P&gt;I used double quotes , but I could get the desired result. I wanted to show the data in chart where quantity &amp;gt;0. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 19:00:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-28T19:00:09Z</dc:date>
    <item>
      <title>Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918689#M987264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hello All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need some help in finding a way to restrict data based on value in a field, I have a field quantity, I wanted to show the data in the straight table object where quantity &amp;gt; 0. Any help is highly appreciated. I tried creating an expression like &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt; ={&amp;gt;0}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) ,but it did not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Heera&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918689#M987264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T18:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918690#M987265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try using quotes inside of the filter &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #0000ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt; ={"&amp;gt;0"}&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918690#M987265</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-07-28T18:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918691#M987266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Sum(if(&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt; &amp;gt;0,&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt; ))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918691#M987266</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-28T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918692#M987267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;0 is a search and it needs double quotes "&amp;gt;0" (it works with single too&amp;nbsp; '&amp;gt;0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918692#M987267</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-28T18:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918693#M987268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramon for the reply, however my data still showing records with quantity = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918693#M987268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T18:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918694#M987269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kush,&lt;/P&gt;&lt;P&gt;I tried using this logic, its not filtering the data with quantity = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918694#M987269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T18:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918695#M987270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the quotes should work, do you have items with null quantity ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918695#M987270</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-07-28T18:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918696#M987271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 19:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918696#M987271</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-28T19:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918697#M987272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Massimo,&lt;/P&gt;&lt;P&gt;I used double quotes , but I could get the desired result. I wanted to show the data in chart where quantity &amp;gt;0. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 19:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918697#M987272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T19:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918698#M987273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it doesn't have, its either &amp;gt;0 or less &amp;lt;0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 19:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918698#M987273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T19:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918699#M987274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field name? case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 19:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918699#M987274</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-28T19:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918700#M987275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; font-weight: inherit;"&gt;May be you need to round &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #800000;"&gt;[Item Quantity] to 0.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 13.3333320617676px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;try round (&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 27.8416633605957px;"&gt;[Item Quantity],0)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 19:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918700#M987275</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-28T19:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918701#M987276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kush,&lt;/P&gt;&lt;P&gt;I am attaching an example here. In the attached file I don't want to see&amp;nbsp; record C in my resultant set as it as quantity =0. Please suggest me if there is way I filter it out at the dimension level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Heera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 13:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918701#M987276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918702#M987277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 16:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918702#M987277</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-29T16:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data based on the field value in staright chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918703#M987278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 34.0856170654297px; font-family: inherit; color: #0000ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 34.0856170654297px; font-family: inherit; color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt; =e({0})&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 34.0856170654297px; font-family: inherit; color: #800000;"&gt;[Item Quantity]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 18:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-based-on-the-field-value-in-staright-chart/m-p/918703#M987278</guid>
      <dc:creator />
      <dc:date>2015-07-29T18:10:18Z</dc:date>
    </item>
  </channel>
</rss>

