<?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: Null/missing/blank Value Treatment in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616578#M45891</link>
    <description>&lt;P&gt;First of all, thank you for answering. I have tried the solution you propose, but without success. Apparently and as I commented in my first message the problem lies in the type of elements in question that do not seem to be null, as can be seen below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17767iDE1FF545B181A1C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_1.png" alt="clipboard_image_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I still can't find a solution to the problem.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2019 12:58:08 GMT</pubDate>
    <dc:creator>davidmoises</dc:creator>
    <dc:date>2019-08-26T12:58:08Z</dc:date>
    <item>
      <title>Null/missing/blank Value Treatment</title>
      <link>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616015#M45852</link>
      <description>&lt;P&gt;hello everyone&lt;/P&gt;&lt;P&gt;First of all I apologize if this message is not correctly located within the forum locations.&lt;/P&gt;&lt;P&gt;I'm trying to treat a field that includes some values with a format that I can't recognize, as shown in the following picture.&lt;/P&gt;&lt;P&gt;this is the "Importe" field, which I need to take the value '0' and which I can deal with from the application view section. the problem is that I need to do this transformation at script level.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 739px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17634iD5345177E87E1694/image-dimensions/739x182?v=v2" width="739" height="182" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;so far I have tried to do it through sentences of the type:&lt;/P&gt;&lt;P&gt;if(isnull(Importe), 0, Importe)&lt;BR /&gt;if(isnull, '0', Importe)&lt;BR /&gt;if(isnull, '', Importe)&lt;BR /&gt;if(isnull, ' ', Importe)&lt;BR /&gt;(...)&lt;/P&gt;&lt;P&gt;*I have also considered the possibility of it being a text type and I have tried to transform it, but it still cannot be identified.&lt;/P&gt;&lt;P&gt;none of them work, I appreciate any idea or suggestion, greetings&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616015#M45852</guid>
      <dc:creator>davidmoises</dc:creator>
      <dc:date>2024-11-16T04:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Null/missing/blank Value Treatment</title>
      <link>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616227#M45864</link>
      <description>&lt;P&gt;If&amp;nbsp;&lt;SPAN&gt;Importe is a numeric field you can use the alt() function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ALT(Importe,0)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 21:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616227#M45864</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-08-23T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Null/missing/blank Value Treatment</title>
      <link>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616578#M45891</link>
      <description>&lt;P&gt;First of all, thank you for answering. I have tried the solution you propose, but without success. Apparently and as I commented in my first message the problem lies in the type of elements in question that do not seem to be null, as can be seen below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17767iDE1FF545B181A1C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_1.png" alt="clipboard_image_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I still can't find a solution to the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 12:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616578#M45891</guid>
      <dc:creator>davidmoises</dc:creator>
      <dc:date>2019-08-26T12:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Null/missing/blank Value Treatment</title>
      <link>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616642#M45899</link>
      <description>&lt;P&gt;It depends on the cause of NULL what you may do to get your wanted visualization. The best explanation for it is:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/NULL-handling-in-QlikView/ta-p/1484472" target="_self"&gt;NULL-handling-in-QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 14:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-missing-blank-Value-Treatment/m-p/1616642#M45899</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-08-26T14:07:56Z</dc:date>
    </item>
  </channel>
</rss>

