<?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 i can add dummy Zero against some fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989436#M337287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script jus add if(isnull(Field),'0',field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 10:19:51 GMT</pubDate>
    <dc:creator>gautik92</dc:creator>
    <dc:date>2015-08-25T10:19:51Z</dc:date>
    <item>
      <title>How i can add dummy Zero against some fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989432#M337283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how i can add dummy zeroes against particular fields in order to show them in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any trick regards the same help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989432#M337283</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-08-25T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How i can add dummy Zero against some fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989433#M337284</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;What kind of data you have in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the values are null, you can use the if statement along with isnull(), something like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Isull(Field),0,Field) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make null values as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989433#M337284</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-25T10:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How i can add dummy Zero against some fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989434#M337285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate with sample examples what you want to get as output &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989434#M337285</guid>
      <dc:creator />
      <dc:date>2015-08-25T10:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: How i can add dummy Zero against some fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989435#M337286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Goto presentation tab in the chart properties.At the bottom there is an option like Null symbol and missing symbol.There you can place '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989435#M337286</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-08-25T10:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How i can add dummy Zero against some fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989436#M337287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script jus add if(isnull(Field),'0',field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989436#M337287</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-08-25T10:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How i can add dummy Zero against some fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989437#M337288</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;It depends on your requirement, if you just want to append zero before field then use below approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;0&amp;amp;Field1 as CustomField,&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;from table;&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>Tue, 25 Aug 2015 10:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989437#M337288</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-08-25T10:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How i can add dummy Zero against some fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989438#M337289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarfaraz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your query is resolved then please close it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 11:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-add-dummy-Zero-against-some-fields/m-p/989438#M337289</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2017-01-02T11:54:15Z</dc:date>
    </item>
  </channel>
</rss>

