<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887658#M1003157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste your output here which you needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 14:18:15 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-06-01T14:18:15Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887648#M1003147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression for MTD sales&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; MonthYear=, Date = {'&amp;gt;=$(=Date(MonthStart(vMaxSalesDate)))&amp;lt;=$(=Date(vMaxSalesDate))'} &amp;gt;} Sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to choose top 5 customers for each branch &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Customer = {"=Rank(SUM(Sales),4)&amp;lt;=5"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How&amp;nbsp; can i combine these two expressions together&lt;/P&gt;&lt;P&gt;Please Help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 10:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887648#M1003147</guid>
      <dc:creator />
      <dc:date>2015-06-01T10:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887649#M1003148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&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;Sum({&amp;lt;MonthYear=, Date = {'&amp;gt;=$(=Date(MonthStart(vMaxSalesDate)))&amp;lt;=$(=Date(vMaxSalesDate))'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer = {"=Rank(Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear=, Date = {'&amp;gt;=$(=Date(MonthStart(vMaxSalesDate)))&amp;lt;=$(=Date(vMaxSalesDate))'}&lt;/SPAN&gt;&amp;gt;}Sales),4)&amp;lt;=5"}&lt;/SPAN&gt;&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 11:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887649#M1003148</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-01T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887650#M1003149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its providing all the values as null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 11:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887650#M1003149</guid>
      <dc:creator />
      <dc:date>2015-06-01T11:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887651#M1003150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Does your 2 expression give you a non-null output when used separately? I made the assumption that the two expressions work individually and they just needed to be combined somehow. Let me know if one or the other doesn't work cause then we will fix one piece at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 11:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887651#M1003150</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-01T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887652#M1003151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Customer = {"=Rank(SUM({&amp;lt; MonthYear=, Date = {'&amp;gt;=$(=Date(MonthStart(vMaxSalesDate)))&amp;lt;=$(=Date(vMaxSalesDate))'}&amp;gt;}Sales),4)&amp;lt;=5"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 11:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887652#M1003151</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-01T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887653#M1003152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Part of the expression is working&lt;BR /&gt;Here with this I Attached the QVW and the Data please Have a look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 11:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887653#M1003152</guid>
      <dc:creator />
      <dc:date>2015-06-01T11:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887654#M1003153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI kush&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its providing lots of null values &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 12:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887654#M1003153</guid>
      <dc:creator />
      <dc:date>2015-06-01T12:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887655#M1003154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, the sample would help, but in addition would you be able to let us know what your expected output looks like? For example if you select Apr 2015 what would you like to see??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 12:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887655#M1003154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-01T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887656#M1003155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 12:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887656#M1003155</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-01T12:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887657#M1003156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Thanks Kush&lt;/P&gt;&lt;P&gt;if you add branch to Dimensions &lt;/P&gt;&lt;P&gt;the out put result should be by Branch Top 5 customers&lt;/P&gt;&lt;P&gt;Now its providing top 5 customers&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 12:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887657#M1003156</guid>
      <dc:creator />
      <dc:date>2015-06-01T12:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887658#M1003157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste your output here which you needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 14:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887658#M1003157</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-01T14:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887659#M1003158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kush&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the QVW attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected each Branch by customer top 5 sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 14:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887659#M1003158</guid>
      <dc:creator />
      <dc:date>2015-06-01T14:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887660#M1003159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI this is the expected output&lt;/P&gt;&lt;P&gt;&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;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88072_Capture.JPG" style="height: 366px; width: 620px;" /&gt;Expected each Branch by customer top 5 sales&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 15:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887660#M1003159</guid>
      <dc:creator />
      <dc:date>2015-06-01T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/887661#M1003160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 18:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/887661#M1003160</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-01T18:14:54Z</dc:date>
    </item>
  </channel>
</rss>

