<?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: Min Rank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283058#M869860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep expecting more than one value,.i am trying to capture lowest users visited to the&amp;nbsp; dashboard by date time in last months of current year. was able to get highest but somehow lowest is not showing up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2016 22:48:05 GMT</pubDate>
    <dc:creator>everest226</dc:creator>
    <dc:date>2016-12-05T22:48:05Z</dc:date>
    <item>
      <title>Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283052#M869854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is for Max rank , how to display lowest rank . i change to -1 somehow its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat ( distinct IF( aggr ( Rank(Count (DISTINCT [ user])), [Date Time])&amp;lt;=1,&amp;nbsp; &lt;/P&gt;&lt;P&gt;[Date Time] ), ', ' ,&amp;nbsp;&amp;nbsp;&amp;nbsp; num([Date Time]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283052#M869854</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283053#M869855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Concat (DISTINCT If(Aggr(Rank(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;-&lt;/SPAN&gt;Count(DISTINCT [ user])), [Date Time]) &amp;lt;= 1, [Date Time]), ', ' , Num([Date Time]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 20:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283053#M869855</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T20:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283054#M869856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=concat ( distinct IF( aggr ( Rank( Count (DISTINCT {&amp;lt;Year={'$(=max(Year))'}, Month={"$(=month(date#(max({&amp;lt;Year={'$(=max(Year))'}&amp;gt;}Month)-1,'MM')))"}&amp;gt;}[ user])), [Date Time])&amp;lt;=1,&amp;nbsp; &lt;/P&gt;&lt;P&gt;[Date Time] ), ', ' ,&amp;nbsp;&amp;nbsp;&amp;nbsp; num([Date Time]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was able to get rank 1 by following but when i try - in front of count it dosent work.&lt;/P&gt;&lt;P&gt;basically set analysis is to get current year last months data&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 21:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283054#M869856</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2016-12-05T21:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283055#M869857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create a chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Date Time]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Rank(&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;Count (DISTINCT {&amp;lt;Year={'$(=max(Year))'}, Month={"$(=month(date#(max({&amp;lt;Year={'$(=max(Year))'}&amp;gt;}Month)-1,'MM')))"}&amp;gt;}[ user]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 21:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283055#M869857</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T21:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283056#M869858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the lowest value but when i tried following on the text object it does not&amp;nbsp; show any value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=concat ( distinct IF( aggr ( Rank( -Count (DISTINCT {&amp;lt;Year={'$(=max(Year))'}, Month={"$(=month(date#(max({&amp;lt;Year={'$(=max(Year))'}&amp;gt;}Month)-1,'MM')))"}&amp;gt;}[ user])), [Date Time])&amp;lt;=1, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Date Time] ), ', ' ,&amp;nbsp;&amp;nbsp;&amp;nbsp; num([Date Time]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 22:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283056#M869858</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2016-12-05T22:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283057#M869859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you expecting more than one value?? What is the reason to use Concat here if you are looking for Rank 1? May be you need &amp;lt; 2 instead of &amp;lt;= 1? I am just throwing out different ideas... not sure what might be causing this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 22:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283057#M869859</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T22:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283058#M869860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep expecting more than one value,.i am trying to capture lowest users visited to the&amp;nbsp; dashboard by date time in last months of current year. was able to get highest but somehow lowest is not showing up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 22:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1283058#M869860</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2016-12-05T22:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Min Rank</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1840567#M1215262</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Can we calculate Min or Max Rank from Rank measure in Qliksense. I am struggling on this since last 2 weeks as I am just starter for Qliksense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anshu&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 14:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Rank/m-p/1840567#M1215262</guid>
      <dc:creator>Anshu_Saxena</dc:creator>
      <dc:date>2021-09-30T14:15:06Z</dc:date>
    </item>
  </channel>
</rss>

