<?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 values becoming &amp;quot;-&amp;quot; when using window function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2484766#M101170</link>
    <description>&lt;P&gt;Hi Pauline,&lt;/P&gt;
&lt;P&gt;the issue has been fixed on Qlik Cloud. I tested and could not replicate the error.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Prodromos&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 21:03:46 GMT</pubDate>
    <dc:creator>pchatziag</dc:creator>
    <dc:date>2024-10-01T21:03:46Z</dc:date>
    <item>
      <title>Null values becoming "-" when using window function</title>
      <link>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2476596#M100293</link>
      <description>&lt;P&gt;Dear community !&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using Qlik Sense on windows May 2024, I try to use window function in script.&lt;/P&gt;
&lt;P&gt;But I noticed that when adding a window function in my table all null values of the table are transformed as "-".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll found attached a small exemple.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulinePlassart_2-1723807505305.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170685i186C95B0EFB34141/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaulinePlassart_2-1723807505305.png" alt="PaulinePlassart_2-1723807505305.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulinePlassart_1-1723807403898.png" style="width: 694px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170684iE3FC4BE85C6EE621/image-dimensions/694x190?v=v2" width="694" height="190" role="button" title="PaulinePlassart_1-1723807403898.png" alt="PaulinePlassart_1-1723807403898.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is that normal or already reported as bug ?&lt;/P&gt;
&lt;P&gt;Is there a workaround in order to keep null values as null ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pauline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 11:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2476596#M100293</guid>
      <dc:creator>PaulinePlassart</dc:creator>
      <dc:date>2024-08-16T11:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Null values becoming "-" when using window function</title>
      <link>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2476683#M100302</link>
      <description>&lt;P&gt;Hi Pauline,&lt;/P&gt;
&lt;P&gt;I had exactly the same problem this week in my project and created a support case. It seems like a bug to me and should be fixed. I provided a similar app showcasing the error and wait for further details.&lt;/P&gt;
&lt;P&gt;I can think of a lot of workarounds to this. The most obvious solution is to avoid (for the time being) using the window function and use a resident load with a group by statement instead, which will be joined to the initial table.&lt;/P&gt;
&lt;P&gt;Solution 1:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchatziag_1-1723932435255.png" style="width: 291px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170711i30C4D4F355FA306C/image-dimensions/291x315?v=v2" width="291" height="315" role="button" title="pchatziag_1-1723932435255.png" alt="pchatziag_1-1723932435255.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Result 1:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchatziag_0-1723932400431.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170710iD940BEA6E58F8915/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pchatziag_0-1723932400431.png" alt="pchatziag_0-1723932400431.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now if you insist on using the Window function, then you should try to convert the created '-' to a NULL. Unfortunately, you cannot do it in the same Load statement, in which the Window function is applied (this seems like another problem of this otherwise useful function). You can use instead a preceding load (&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/load-data-from-previously-loaded-table.htm" target="_blank" rel="noopener"&gt;link&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;Solution 2:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchatziag_2-1723932736306.png" style="width: 463px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170712i4AECCD0140C74DBE/image-dimensions/463x392?v=v2" width="463" height="392" role="button" title="pchatziag_2-1723932736306.png" alt="pchatziag_2-1723932736306.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Result 2:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchatziag_4-1723932878972.png" style="width: 610px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170714i45096D1B1BE76E2A/image-dimensions/610x188?v=v2" width="610" height="188" role="button" title="pchatziag_4-1723932878972.png" alt="pchatziag_4-1723932878972.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I hope this was helpful.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Prodromos&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 22:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2476683#M100302</guid>
      <dc:creator>pchatziag</dc:creator>
      <dc:date>2024-08-17T22:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Null values becoming "-" when using window function</title>
      <link>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2476880#M100318</link>
      <description>&lt;P&gt;Thank you for your answer !&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will follow release notes on coming patches and&amp;nbsp;wait to try this new feature !&lt;/P&gt;
&lt;P&gt;Finally I used the window function of SQL Server in order to avoid a join or second load...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pauline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 16:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2476880#M100318</guid>
      <dc:creator>PaulinePlassart</dc:creator>
      <dc:date>2024-08-19T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Null values becoming "-" when using window function</title>
      <link>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2484766#M101170</link>
      <description>&lt;P&gt;Hi Pauline,&lt;/P&gt;
&lt;P&gt;the issue has been fixed on Qlik Cloud. I tested and could not replicate the error.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Prodromos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 21:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-values-becoming-quot-quot-when-using-window-function/m-p/2484766#M101170</guid>
      <dc:creator>pchatziag</dc:creator>
      <dc:date>2024-10-01T21:03:46Z</dc:date>
    </item>
  </channel>
</rss>

