<?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: How to feel the column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748368#M267035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I have multiple column like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 05:16:03 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2015-02-05T05:16:03Z</dc:date>
    <item>
      <title>How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748363#M267030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have one column in my table with some blank value and I want to feel that value with "NA".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748363#M267030</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-05T05:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748364#M267031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I have excel sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748364#M267031</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-05T05:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748365#M267032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(trim(field))=0,'NA',field) as field&lt;/P&gt;&lt;P&gt;from excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:$@M"&gt;$@M&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748365#M267032</guid>
      <dc:creator />
      <dc:date>2015-02-05T05:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748366#M267033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(YourField))=0, 'NA', YourField) as YourField&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748366#M267033</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-05T05:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748367#M267034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to do this activity using "Enable Transformation Step" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748367#M267034</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-05T05:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748368#M267035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I have multiple column like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748368#M267035</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-05T05:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748369#M267036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about &lt;STRONG&gt;Fill &lt;/STRONG&gt;in the transformation step, it is actually &lt;SPAN style="text-decoration: underline;"&gt;filling with some other cell's value&lt;/SPAN&gt;(from left/right/below/above); you can probably not fill with specific value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748369#M267036</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-05T05:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748370#M267037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then what is another option to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748370#M267037</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-05T05:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748371#M267038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are &lt;EM&gt;really&lt;/EM&gt; NULL, you could use NullAsValue, like:&lt;/P&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;Set NullValue='NA';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise(if they are not nulls always but might have space or so), apart from doing similarly for all fields like showed above, you might handle them in the front end(replacing nulls or '-' with 'NA' in the chart) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 05:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748371#M267038</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-05T05:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748372#M267039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 06:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748372#M267039</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-02-05T06:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to feel the column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748373#M267040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Len(Field),Field,'NA')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-feel-the-column/m-p/748373#M267040</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-02-05T07:57:36Z</dc:date>
    </item>
  </channel>
</rss>

