<?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: Cumulative values without nulls and Regressive cumulative in just one column-Pivot Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-values-without-nulls-and-Regressive-cumulative-in/m-p/2416568#M95180</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;create a crosstable with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dimension&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Date&lt;/P&gt;
&lt;P&gt;Hour&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and another dimension using valuelist fonction&amp;nbsp;&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total')&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a mesure with if statement&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='New' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for New here ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Pending' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Pending here ,&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Closed' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Closed here ,&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Archived' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Archived here ,&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Total' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Total here ,&lt;/P&gt;
&lt;P&gt;))) ) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then for each mesure you may be need to used aggr funciton , set analysis , total identifier and nodistinct identifier .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 11:25:31 GMT</pubDate>
    <dc:creator>brunobertels</dc:creator>
    <dc:date>2024-02-08T11:25:31Z</dc:date>
    <item>
      <title>Cumulative values without nulls and Regressive cumulative in just one column-Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-values-without-nulls-and-Regressive-cumulative-in/m-p/2416516#M95179</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I would like to request your assistance to build a Pivot table in Qlik Sense that uses the same logic that was built in the below table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JD_2024_0-1707386751037.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159373i37229156217FE95D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JD_2024_0-1707386751037.png" alt="JD_2024_0-1707386751037.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I was able to build this.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JD_2024_1-1707386823061.png" style="width: 480px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159374i59D0E076DA2FD1BC/image-dimensions/480x71?v=v2" width="480" height="71" role="button" title="JD_2024_1-1707386823061.png" alt="JD_2024_1-1707386823061.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please let me know your comments on this!&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 10:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-values-without-nulls-and-Regressive-cumulative-in/m-p/2416516#M95179</guid>
      <dc:creator>JD_2024</dc:creator>
      <dc:date>2024-02-08T10:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative values without nulls and Regressive cumulative in just one column-Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-values-without-nulls-and-Regressive-cumulative-in/m-p/2416568#M95180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;create a crosstable with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dimension&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Date&lt;/P&gt;
&lt;P&gt;Hour&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and another dimension using valuelist fonction&amp;nbsp;&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total')&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a mesure with if statement&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='New' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for New here ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Pending' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Pending here ,&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Closed' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Closed here ,&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Archived' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Archived here ,&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;valuelist('New','Pending','Closed','Archived','Total') ='Total' ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mesure for Total here ,&lt;/P&gt;
&lt;P&gt;))) ) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then for each mesure you may be need to used aggr funciton , set analysis , total identifier and nodistinct identifier .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 11:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-values-without-nulls-and-Regressive-cumulative-in/m-p/2416568#M95180</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2024-02-08T11:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative values without nulls and Regressive cumulative in just one column-Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-values-without-nulls-and-Regressive-cumulative-in/m-p/2416614#M95185</link>
      <description>&lt;P&gt;It works! Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 12:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-values-without-nulls-and-Regressive-cumulative-in/m-p/2416614#M95185</guid>
      <dc:creator>JD_2024</dc:creator>
      <dc:date>2024-02-08T12:30:42Z</dc:date>
    </item>
  </channel>
</rss>

