<?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: Load maximum Date per Dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2025049#M84541</link>
    <description>&lt;P&gt;You can restrict data using a &lt;STRONG&gt;calculated dimension&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;=Aggr(If(Datefield=max(Datefield),Datefield), ProductionLine)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Uncheck show null values for this dimension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;by adding the same condition to the measures instead; as below&lt;/P&gt;
&lt;P&gt;=Sum(Aggr(If(Datefield=max(Datefield),SomeMeasureField), ProductionLine) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 15:24:54 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2023-01-12T15:24:54Z</dc:date>
    <item>
      <title>Load maximum Date per Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2018131#M84069</link>
      <description>&lt;P&gt;Hello Qlik Community,&lt;/P&gt;
&lt;P&gt;is there a way to load only the maximum (latest) date per&amp;nbsp; dimension?&lt;/P&gt;
&lt;P&gt;So, I have the following Table (example) with different Production lines, the Article number, the Status and the Date of the Status. I only want to load the maximum Date per production line:&lt;/P&gt;
&lt;P&gt;So in the example only the green marked Data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jw22_1-1671466841654.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96505i40FCDEEA653EC02D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jw22_1-1671466841654.png" alt="jw22_1-1671466841654.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Johannes&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 16:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2018131#M84069</guid>
      <dc:creator>jw22</dc:creator>
      <dc:date>2022-12-19T16:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load maximum Date per Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2018253#M84080</link>
      <description>&lt;DIV&gt;
&lt;P&gt;For the date column, use this expression.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Aggr(FirstSortedValue(Date(Date),-Date),[Production Line])&lt;/LI-CODE&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Dec 2022 21:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2018253#M84080</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-12-19T21:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load maximum Date per Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2018304#M84085</link>
      <description>&lt;P&gt;As below&lt;/P&gt;
&lt;P&gt;Main:&lt;/P&gt;
&lt;P&gt;load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ProductionLine,ArticleNumber,Status,Date&lt;/P&gt;
&lt;P&gt;From SomeSource;&lt;/P&gt;
&lt;P&gt;Inner Join(Main)&lt;/P&gt;
&lt;P&gt;Load &lt;SPAN&gt;ProductionLine,Max(Date) as Date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Resident Main&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Group by ProductionLine;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 04:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2018304#M84085</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-20T04:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load maximum Date per Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2025030#M84538</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;is it also possible to only do it in the chart diagram, not in the script?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 14:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2025030#M84538</guid>
      <dc:creator>jw22</dc:creator>
      <dc:date>2023-01-12T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load maximum Date per Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2025044#M84540</link>
      <description>&lt;P&gt;I have very similar issue, I am interested too how to do this on diagram (by measure/dimession)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2025044#M84540</guid>
      <dc:creator>SingSing16</dc:creator>
      <dc:date>2023-01-12T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load maximum Date per Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2025049#M84541</link>
      <description>&lt;P&gt;You can restrict data using a &lt;STRONG&gt;calculated dimension&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;=Aggr(If(Datefield=max(Datefield),Datefield), ProductionLine)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Uncheck show null values for this dimension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;by adding the same condition to the measures instead; as below&lt;/P&gt;
&lt;P&gt;=Sum(Aggr(If(Datefield=max(Datefield),SomeMeasureField), ProductionLine) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-maximum-Date-per-Dimension/m-p/2025049#M84541</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-12T15:24:54Z</dc:date>
    </item>
  </channel>
</rss>

