<?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: Find Total price of top 5 customers in a certain time frame in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065959#M87449</link>
    <description>&lt;P&gt;Tried this already. Unfortunately it returns 0 if I replace double quotes with single quotes&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2023 19:17:55 GMT</pubDate>
    <dc:creator>lost_rabbit</dc:creator>
    <dc:date>2023-04-28T19:17:55Z</dc:date>
    <item>
      <title>Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065952#M87446</link>
      <description>&lt;P&gt;I am trying to find the total price of the Top 5 customers for a date range greater than 202314&lt;BR /&gt;&lt;BR /&gt;This formula works (one specific week 202314)&lt;/P&gt;
&lt;P&gt;= sum({&amp;lt;Customer= {"=Rank(Sum({&amp;lt;ExpYrWk ={'202314'}&amp;gt;} Price)) &amp;lt;=5"} &amp;gt;}Price)&lt;BR /&gt;&lt;BR /&gt;But this does not&amp;nbsp; (weeks greater than 202314)&lt;BR /&gt;&lt;BR /&gt;= sum({&amp;lt;Customer= {"=Rank(Sum({&amp;lt;ExpYrWk ={"&amp;gt;202314"}&amp;gt;} Price)) &amp;lt;=5"} &amp;gt;}Price)&lt;BR /&gt;&lt;BR /&gt;I guess it is not working because of using double quotes here. But I have to use it to perform search operation (&amp;gt;202314). Not sure how to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 19:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065952#M87446</guid>
      <dc:creator>lost_rabbit</dc:creator>
      <dc:date>2023-04-28T19:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065955#M87447</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= sum({&amp;lt;Customer= {"=Rank(Sum({&amp;lt;ExpYrWk ={'&amp;gt;202314'}&amp;gt;} Price)) &amp;lt;=5"} &amp;gt;}Price)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 19:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065955#M87447</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-04-28T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065959#M87449</link>
      <description>&lt;P&gt;Tried this already. Unfortunately it returns 0 if I replace double quotes with single quotes&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 19:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065959#M87449</guid>
      <dc:creator>lost_rabbit</dc:creator>
      <dc:date>2023-04-28T19:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065968#M87450</link>
      <description>&lt;P&gt;May be thus&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=sum({&amp;lt;Customer={"=Rank(Sum({&amp;lt;ExpYrWk={'&amp;gt;$(=max({&amp;lt;ExpYrWk={'&amp;gt;202314'}&amp;gt;}ExpYrWk))'}&amp;gt;}Price))&amp;lt;=5"}&amp;gt;}Price)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 19:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065968#M87450</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-04-28T19:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065978#M87453</link>
      <description>&lt;P&gt;Nope. Doesn't work. Returns 0&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 20:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065978#M87453</guid>
      <dc:creator>lost_rabbit</dc:creator>
      <dc:date>2023-04-28T20:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065980#M87455</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/138721"&gt;@lost_rabbit&lt;/a&gt;&amp;nbsp; you need to escape double quotes in inner set as you already used it in outer set like below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;= sum({&amp;lt;Customer= {"=Rank(Sum({&amp;lt;ExpYrWk ={&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;""&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;202314&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;""&lt;/STRONG&gt;&lt;/FONT&gt;}&amp;gt;} Price)) &amp;lt;=5"} &amp;gt;}Price)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 20:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065980#M87455</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-04-28T20:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065988#M87457</link>
      <description>&lt;P&gt;You can try with [ ]&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Design/QlikView-Quoteology/ba-p/1476029" target="_blank"&gt;https://community.qlik.com/t5/Design/QlikView-Quoteology/ba-p/1476029&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Today, in Set Analysis, it doesn't matter whether you use single or double quotes. They both interpret the content according to bullet two below. But it&amp;nbsp;should&amp;nbsp;matter.&amp;nbsp;There is a bug here... And one day it will get fixed.&lt;/P&gt;
&lt;P&gt;It should be this way:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Single quotes&lt;/STRONG&gt;: Literal match with field value. Case sensitive.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Double quotes&lt;/STRONG&gt;: A search. The string may start with &amp;lt; or &amp;gt; for numeric searches. May start with = for expression searches. May contain wildcards. Case insensitive. &lt;FONT size="4" color="#FF00FF"&gt;Double quotes can be exchanged with [ ].&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 28 Apr 2023 20:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2065988#M87457</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2023-04-28T20:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2066313#M87479</link>
      <description>&lt;P&gt;Thanks. This worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 12:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2066313#M87479</guid>
      <dc:creator>lost_rabbit</dc:creator>
      <dc:date>2023-05-01T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find Total price of top 5 customers in a certain time frame</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2066913#M87527</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;Kindly check my follow up question &lt;A href="https://community.qlik.com/t5/App-Development/Find-Total-Price-of-Top-Ranked-Customers-in-a-dynamic-date-range/m-p/2066893#M87524" target="_self"&gt;here&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 18:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Total-price-of-top-5-customers-in-a-certain-time-frame/m-p/2066913#M87527</guid>
      <dc:creator>lost_rabbit</dc:creator>
      <dc:date>2023-05-02T18:30:13Z</dc:date>
    </item>
  </channel>
</rss>

