<?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: QlikView Script remove missing value to zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706489#M451496</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;As I mentioned, I need to do it in Script or expression. By Properties level yes we know, we can do it.&lt;/P&gt;&lt;P&gt;Need do make the possible output through script level or expression level. We can not do anything for this from script level.&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 12:34:29 GMT</pubDate>
    <dc:creator>sona_sa</dc:creator>
    <dc:date>2020-05-29T12:34:29Z</dc:date>
    <item>
      <title>QlikView Script remove missing value to zero</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706429#M451488</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have trying to replace missing value to zero (0) in my Pivot table through expression and script. But not able to replace.&lt;/P&gt;&lt;P&gt;I tried all logic - like - isnull, nullasnull, nullasvalue, alt, len etc. But not success.&lt;/P&gt;&lt;P&gt;Please help me on this. Please look into it, I am attaching the qvw. Please look into it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;QV Team&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706429#M451488</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2024-11-16T00:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Script remove missing value to zero</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706446#M451491</link>
      <description>&lt;P&gt;It appears that these values in table are actually missing value and not really nulls. And these don't come from data but created while the pivot table structure is generated. You can replace these missing values by zeros in presentation tab -&amp;gt; Missing Symbol.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 248px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34601i788F86DF67CE2409/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 10:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706446#M451491</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-05-29T10:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Script remove missing value to zero</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706489#M451496</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;As I mentioned, I need to do it in Script or expression. By Properties level yes we know, we can do it.&lt;/P&gt;&lt;P&gt;Need do make the possible output through script level or expression level. We can not do anything for this from script level.&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 12:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706489#M451496</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2020-05-29T12:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Script remove missing value to zero</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706576#M451502</link>
      <description>&lt;P&gt;Have a look at :&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/How-to-populate-a-sparsely-populated-field/ba-p/1470637" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/How-to-populate-a-sparsely-populated-field/ba-p/1470637&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 14:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706576#M451502</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-05-29T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Script remove missing value to zero</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706614#M451505</link>
      <description>&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;I tried the script, But due to more number of records and dimensions, It is giving Cartesian value, and duplicates records. I understand for less no. of dimension value and records, It will work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any another way by scripts.&lt;/P&gt;&lt;P&gt;I am trying also. Can u check by your side.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 15:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Script-remove-missing-value-to-zero/m-p/1706614#M451505</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2020-05-29T15:24:40Z</dc:date>
    </item>
  </channel>
</rss>

