<?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 User with most orders in specific step in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1620480#M46186</link>
    <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;can do it that way&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Aggr(
	if(
		Rank(Count({&amp;lt;DateType = {'Action_Date'}, Year ={$(vMaxYear)} ,STEPNAME={'Approval'},TASK_ID ={'ApprovalTask'}&amp;gt;}distinct Order_NO),4)=1
		,USER_ID
		
	)
,USER_ID)&lt;/LI-CODE&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2019 10:26:40 GMT</pubDate>
    <dc:creator>Yoshidaqlik</dc:creator>
    <dc:date>2019-09-05T10:26:40Z</dc:date>
    <item>
      <title>Display User with most orders in specific step</title>
      <link>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1620472#M46184</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What to Display User with most orders in this step&lt;/P&gt;&lt;P&gt;Count({&amp;lt;DateType = {'Action_Date'}, Year ={$(vMaxYear)} ,STEPNAME={'Approval'},TASK_ID ={'ApprovalTask'}&amp;gt;}distinct Order_NO)&lt;/P&gt;&lt;P&gt;How i can use Aggr() or Rank() to display only the name of user with most orders in this step&lt;/P&gt;&lt;P&gt;(Assuming user field is &lt;STRONG&gt;USER_ID&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1620472#M46184</guid>
      <dc:creator>Alarkis</dc:creator>
      <dc:date>2024-11-16T04:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display User with most orders in specific step</title>
      <link>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1620480#M46186</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;can do it that way&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Aggr(
	if(
		Rank(Count({&amp;lt;DateType = {'Action_Date'}, Year ={$(vMaxYear)} ,STEPNAME={'Approval'},TASK_ID ={'ApprovalTask'}&amp;gt;}distinct Order_NO),4)=1
		,USER_ID
		
	)
,USER_ID)&lt;/LI-CODE&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 10:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1620480#M46186</guid>
      <dc:creator>Yoshidaqlik</dc:creator>
      <dc:date>2019-09-05T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display User with most orders in specific step</title>
      <link>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1621338#M46256</link>
      <description>&lt;P&gt;Hey Yoshidaqlik&lt;/P&gt;&lt;P&gt;thank you for your help&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you explain to me about the&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;4)=1&lt;/PRE&gt;&lt;P&gt;part&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2019 04:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1621338#M46256</guid>
      <dc:creator>Alarkis</dc:creator>
      <dc:date>2019-09-08T04:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display User with most orders in specific step</title>
      <link>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1621555#M46271</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;PRE&gt;4)=1&lt;/PRE&gt;&lt;P&gt;, 4) serves to inform the Rank function that does not repeat the placement, that a number is always incremented for subsequent positions&lt;/P&gt;&lt;P&gt;= 1&lt;/P&gt;&lt;P&gt;is to inform the if function to only bring the values when the rank function is 1&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 10:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-User-with-most-orders-in-specific-step/m-p/1621555#M46271</guid>
      <dc:creator>Yoshidaqlik</dc:creator>
      <dc:date>2019-09-09T10:38:00Z</dc:date>
    </item>
  </channel>
</rss>

