<?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 qlik expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479201#M100569</link>
    <description>&lt;P&gt;Hello Guys,&lt;/P&gt;
&lt;P&gt;I need to get the value of sales of the maximum month that is not null, how to do that&lt;/P&gt;
&lt;P&gt;i tried this but didn't work&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum(&lt;BR /&gt;FirstSortedValue(&lt;BR /&gt;{&amp;lt;sales-={"0"}&amp;gt;} sales/ 1000000,&lt;BR /&gt;date&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 20:52:44 GMT</pubDate>
    <dc:creator>janeee__</dc:creator>
    <dc:date>2024-11-15T20:52:44Z</dc:date>
    <item>
      <title>qlik expression</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479201#M100569</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;
&lt;P&gt;I need to get the value of sales of the maximum month that is not null, how to do that&lt;/P&gt;
&lt;P&gt;i tried this but didn't work&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum(&lt;BR /&gt;FirstSortedValue(&lt;BR /&gt;{&amp;lt;sales-={"0"}&amp;gt;} sales/ 1000000,&lt;BR /&gt;date&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479201#M100569</guid>
      <dc:creator>janeee__</dc:creator>
      <dc:date>2024-11-15T20:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: qlik expression</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479216#M100572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226186"&gt;@janeee__&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you please try this?&lt;/P&gt;
&lt;PRE&gt;Sum({&amp;lt;date = {'$(=Max({&amp;lt;sales = {"&amp;gt;0"}&amp;gt;} date))'}&amp;gt;} sales)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 03:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479216#M100572</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-09-03T03:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: qlik expression</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479281#M100580</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;&amp;nbsp;for your response it works for some records and no for others&lt;/P&gt;
&lt;P&gt;for exemple it displays 0 in the table for some participation that have value but whene i clik on participation filter, it displays the right value, i don't know why&lt;/P&gt;
&lt;P&gt;it give me result only of max date =01/08/2024&lt;/P&gt;
&lt;P&gt;if participation has value on dec 2021 it gives me 0&lt;/P&gt;
&lt;P&gt;here's my expression&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;aggr(Sum({&amp;lt;debut_mois = {'$(=Max({&amp;lt;net_c-={"0"}&amp;gt;} debut_mois))'}&amp;gt;} DISTINCT net_c/1000000),participation)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 12:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479281#M100580</guid>
      <dc:creator>janeee__</dc:creator>
      <dc:date>2024-09-03T12:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: qlik expression</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479404#M100594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226186"&gt;@janeee__&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is because the Aggregation you are using.&lt;BR /&gt;&lt;SPAN&gt;Max({&amp;lt;net_c-={"0"}&amp;gt;} debut_mois) will return the Max debut_mois disregarding the aggregation you are using.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you need to consider &lt;STRONG&gt;participation&lt;/STRONG&gt; or other dimensions, you can add those as Dimensions in your chart and remove the Aggr statement. What is the chart you are trying to do? Can you please send a screen shot?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mark Costa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 13:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479404#M100594</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-09-03T13:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: qlik expression</title>
      <link>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479462#M100599</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226186"&gt;@janeee__&lt;/a&gt;&amp;nbsp; If each Participation has different max date,&amp;nbsp; try below&lt;/P&gt;
&lt;P&gt;= FirstSortedValue( distinct {&amp;lt;&lt;SPAN&gt;net_c&lt;/SPAN&gt;={"&amp;gt;0"}&amp;gt;} aggr(sum(&lt;SPAN&gt;net_c&lt;/SPAN&gt;),&lt;SPAN&gt;participation&lt;/SPAN&gt;,&lt;SPAN&gt;debut_mois&lt;/SPAN&gt;), -&lt;SPAN&gt;debut_mois&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qlik-expression/m-p/2479462#M100599</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-09-03T20:09:27Z</dc:date>
    </item>
  </channel>
</rss>

