<?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 How to avoid the NA in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105728#M366207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bar chart dimension i want to avoid the null and NA value, For Null I can select the suppress null value&amp;nbsp; option, but for NA how to do that in a dimension, what is condition for this? i have attache the file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 11:06:09 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2016-08-29T11:06:09Z</dc:date>
    <item>
      <title>How to avoid the NA</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105728#M366207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bar chart dimension i want to avoid the null and NA value, For Null I can select the suppress null value&amp;nbsp; option, but for NA how to do that in a dimension, what is condition for this? i have attache the file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105728#M366207</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-08-29T11:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the NA</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105729#M366208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace your Dimension with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(DimName&amp;lt;&amp;gt;'NA', DimName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105729#M366208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T11:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the NA</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105730#M366209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached Qvw for ur solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105730#M366209</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2016-08-29T11:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the NA</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105731#M366210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can be done in 2 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Script Side:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD dept, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; presentabsent, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; student, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SECTION&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where dept &amp;lt;&amp;gt;'NA';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Layout side:&amp;nbsp; Check yellow marked condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135857_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-the-NA/m-p/1105731#M366210</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-08-29T11:14:10Z</dc:date>
    </item>
  </channel>
</rss>

