<?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 SQL Coalesce statement in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590147#M43295</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i write the below statement in qliksense as iam not able to do it. It would be great if some one can help me on this.&lt;/P&gt;&lt;P&gt;COALESCE(SUM(LAST MONTH_AMOUNT),0) AS Payment;&lt;/P&gt;&lt;P&gt;Thanks in Advnace.&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:41:38 GMT</pubDate>
    <dc:creator>j_qlikview</dc:creator>
    <dc:date>2024-11-16T20:41:38Z</dc:date>
    <item>
      <title>SQL Coalesce statement in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590147#M43295</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i write the below statement in qliksense as iam not able to do it. It would be great if some one can help me on this.&lt;/P&gt;&lt;P&gt;COALESCE(SUM(LAST MONTH_AMOUNT),0) AS Payment;&lt;/P&gt;&lt;P&gt;Thanks in Advnace.&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590147#M43295</guid>
      <dc:creator>j_qlikview</dc:creator>
      <dc:date>2024-11-16T20:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Coalesce statement in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590149#M43296</link>
      <description>You will need to use if statement something like&lt;BR /&gt;if(isnull(SUM(LAST MONTH_AMOUNT)),0,SUM(LAST MONTH_AMOUNT)) as Payment</description>
      <pubDate>Mon, 10 Jun 2019 18:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590149#M43296</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-06-10T18:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Coalesce statement in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590150#M43297</link>
      <description>You can also try alt statement&lt;BR /&gt;alt(SUM(LAST MONTH_AMOUNT),0)&lt;BR /&gt;should yield same result</description>
      <pubDate>Mon, 10 Jun 2019 18:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590150#M43297</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-06-10T18:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Coalesce statement in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590227#M43319</link>
      <description>&lt;P&gt;if(SUM(&lt;SPAN&gt;LAST MONTH_AMOUNT)=0,LAST MONTH_AMOUNT)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 01:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SQL-Coalesce-statement-in-Qliksense/m-p/1590227#M43319</guid>
      <dc:creator>Channa</dc:creator>
      <dc:date>2019-06-11T01:28:52Z</dc:date>
    </item>
  </channel>
</rss>

