<?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: Maximum count within a date range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664457#M449068</link>
    <description>&lt;P&gt;MIN Value should relate to 09/01/2019 in sample data guys, sorry - not 02/01/2019.&amp;nbsp; My apologies.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 13:48:52 GMT</pubDate>
    <dc:creator>jlampard40</dc:creator>
    <dc:date>2020-01-10T13:48:52Z</dc:date>
    <item>
      <title>Maximum count within a date range</title>
      <link>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664456#M449067</link>
      <description>&lt;P&gt;Hi guys - I have a range of data (see attached sample) and I would like to identify the maximum value relating to the whichever date this occurs on (WBR_Stat_Date) in the data.&amp;nbsp; &amp;nbsp;Also the minimum.&lt;/P&gt;&lt;P&gt;I'd also like to (in a separate column in my table) state the date itself which corresponds to the Max and Min accordingly.&amp;nbsp; Can you guide me please - many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664456#M449067</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2024-11-16T01:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum count within a date range</title>
      <link>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664457#M449068</link>
      <description>&lt;P&gt;MIN Value should relate to 09/01/2019 in sample data guys, sorry - not 02/01/2019.&amp;nbsp; My apologies.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 13:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664457#M449068</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2020-01-10T13:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum count within a date range</title>
      <link>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664485#M449070</link>
      <description>&lt;P&gt;how is the expected output?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 14:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664485#M449070</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-10T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum count within a date range</title>
      <link>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664499#M449072</link>
      <description>&lt;P&gt;Create straight table&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Dimension -
WBR_Stat_Date

Expression -
1) Count of Key 
=Count(WBR_Event_Key)

2) Min/Max Value
=if(WBR_Stat_Date = FirstSortedValue( total WBR_Stat_Date, -aggr(Count(WBR_Event_Key),WBR_Stat_Date)), 'Max Value: '&amp;amp; WBR_Stat_Date,
if(WBR_Stat_Date = FirstSortedValue( total WBR_Stat_Date, aggr(Count(WBR_Event_Key),WBR_Stat_Date)), 'Min Value: '&amp;amp; WBR_Stat_Date
))&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 10 Jan 2020 15:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1664499#M449072</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-10T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum count within a date range</title>
      <link>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1674160#M449608</link>
      <description>&lt;P&gt;If Kush's post helped, do not forget to come back to the thread and use the Accept as Solution button on his post to give him credit for the help and to confirm to other Members that it did work for you.&amp;nbsp; If you need further help, please leave an update, as otherwise folks are unlikely to add additional ideas, and if you figured out something else, consider posting that and then mark that as the solution.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 21:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maximum-count-within-a-date-range/m-p/1674160#M449608</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-10T21:56:00Z</dc:date>
    </item>
  </channel>
</rss>

