<?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: changing dash [-] to zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156933#M377335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a small update to &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ recommendation..&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Alt(YourExpression&lt;SPAN style="text-decoration: underline;"&gt;*1&lt;/SPAN&gt;, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A numeric filled string will also taken care by this...&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 16:00:31 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2016-05-27T16:00:31Z</dc:date>
    <item>
      <title>changing dash [-] to zero</title>
      <link>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156929#M377331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I change this calculated [-] to zero?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125947_1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 05:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156929#M377331</guid>
      <dc:creator />
      <dc:date>2016-05-27T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: changing dash [-] to zero</title>
      <link>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156930#M377332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;= If (isnull(YourExpression),0,YourExpression)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 05:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156930#M377332</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-27T05:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: changing dash [-] to zero</title>
      <link>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156931#M377333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In presentation tab for missing and null symbol u replace - by zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 05:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156931#M377333</guid>
      <dc:creator />
      <dc:date>2016-05-27T05:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: changing dash [-] to zero</title>
      <link>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156932#M377334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even this should work for true nulls&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alt(YourExpression, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase they are not true nulls, you can try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(YourExpression)) &amp;gt; 0, YourExpression, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 09:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156932#M377334</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: changing dash [-] to zero</title>
      <link>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156933#M377335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a small update to &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ recommendation..&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Alt(YourExpression&lt;SPAN style="text-decoration: underline;"&gt;*1&lt;/SPAN&gt;, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A numeric filled string will also taken care by this...&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 16:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-dash-to-zero/m-p/1156933#M377335</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2016-05-27T16:00:31Z</dc:date>
    </item>
  </channel>
</rss>

