<?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: Display min date value based on aggr with id field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918940#M1218458</link>
    <description>&lt;P&gt;the issue was not solved&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2022 15:16:03 GMT</pubDate>
    <dc:creator>Marcushenriquesk</dc:creator>
    <dc:date>2022-04-15T15:16:03Z</dc:date>
    <item>
      <title>Display min date value based on aggr with id field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918172#M1218424</link>
      <description>&lt;P&gt;Working on a dashboard, one of the visual tools I'm using is a table. It has a few fields displayed as dimensions. But, I want to add a measure which will display the min date (RECEIVED_DATE) per each value in the field 'LOC_ID'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my attempt but only null values show:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=min(aggr(RECEIVED_DATE,[LOC_ID-Location ID]))&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 16:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918172#M1218424</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-04-13T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display min date value based on aggr with id field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918390#M1218432</link>
      <description>&lt;P&gt;The reason could be that there are more than one &lt;SPAN&gt;RECEIVED_DATE&lt;/SPAN&gt; per &lt;SPAN&gt;[LOC_ID-Location ID]&lt;/SPAN&gt;. If so, you need to specify which &lt;SPAN&gt;RECEIVED_DATE&amp;nbsp;&lt;/SPAN&gt;to choose. Try&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Min(Aggr(Min(RECEIVED_DATE),[LOC_ID-Location ID]))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 07:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918390#M1218432</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-04-14T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display min date value based on aggr with id field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918596#M1218443</link>
      <description>&lt;P&gt;still only displaying null values when i tried using that function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918596#M1218443</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-04-14T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display min date value based on aggr with id field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918609#M1218444</link>
      <description>&lt;P&gt;There could be a number of other causes: Incorrect date interpretation of&amp;nbsp;&lt;SPAN&gt;RECEIVED_DATE; no connection between&amp;nbsp;RECEIVED_DATE and&amp;nbsp;[LOC_ID-Location ID]; no field called&amp;nbsp;[LOC_ID-Location ID], etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But it is not possible to tell from what you have written above.&amp;nbsp;&lt;/SPAN&gt;You need to give us a little more information.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918609#M1218444</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-04-14T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Display min date value based on aggr with id field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918648#M1218450</link>
      <description>&lt;P&gt;okay sure, so LOC_ID is the primary key of a table called locations. The host of information on that table is a lot of demographics regarding the locations we have as clients. The received date is part of a table called requisitions. the primary key of that table being acc_ID. for each ACC_ID there is a received date and each acc_id has a loc_id that is the association of what location we got the requisition from. Recieved_date is formatted as MM/DD/yyyy and is derived and tagged with #$date. each Location has a acc_id that has a received date that is the 'first'/ minimum requisition we received from that location. the purpose of this measure is to show the date of the first received ACC_ID per each loc_id&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 14:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918648#M1218450</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-04-14T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display min date value based on aggr with id field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918940#M1218458</link>
      <description>&lt;P&gt;the issue was not solved&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 15:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-min-date-value-based-on-aggr-with-id-field/m-p/1918940#M1218458</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-04-15T15:16:03Z</dc:date>
    </item>
  </channel>
</rss>

