<?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: SET Analysis How to set date greater then 2016 ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84900#M610331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally your first 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;Sum({&amp;lt;year={"&amp;gt;2016"},REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {"&amp;gt;2016"}&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work. However, if you have some other fields that has selections too can cause this not work. Then you could try by passing those fields selections like:&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;Sum({&amp;lt;year={"&amp;gt;2016"},&lt;STRONG&gt;Quarter,Month,Date,&lt;/STRONG&gt;REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {"&amp;gt;2016"}&lt;STRONG&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Quarter,Month,Date&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Update: corrected a comma&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 09:08:07 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-02-12T09:08:07Z</dc:date>
    <item>
      <title>SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84899#M610330</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;Below expression work fine for year= 2016 :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year={2016},REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {2016}&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the above expression for year 2016 2017 2018 . which is &amp;gt; 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try below , but cannot work :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year={"&amp;gt;2016"},REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {"&amp;gt;2016"}&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year&amp;gt;={2016},REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year &amp;gt;= {2016}&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some one can share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 08:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84899#M610330</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-02-12T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84900#M610331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally your first 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;Sum({&amp;lt;year={"&amp;gt;2016"},REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {"&amp;gt;2016"}&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work. However, if you have some other fields that has selections too can cause this not work. Then you could try by passing those fields selections like:&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;Sum({&amp;lt;year={"&amp;gt;2016"},&lt;STRONG&gt;Quarter,Month,Date,&lt;/STRONG&gt;REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {"&amp;gt;2016"}&lt;STRONG&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Quarter,Month,Date&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Update: corrected a comma&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84900#M610331</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-02-12T09:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84901#M610332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tres&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. I have try but still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84901#M610332</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-02-12T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84902#M610333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see that in enclosed file you have only 2016 data for year field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84902#M610333</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-02-12T09:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84903#M610334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try correcting two quotes and a comma like:&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;Sum({&amp;lt;year={"&amp;gt;2016"},&lt;/SPAN&gt;Quarter,Month,Date,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {&lt;STRONG&gt;[&lt;/STRONG&gt;&amp;gt;2016&lt;STRONG&gt;]&lt;/STRONG&gt;}&lt;/SPAN&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Quarter,Month,Date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not validate since your sample app doesn't have data beyond 2016.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84903#M610334</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-02-12T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84904#M610335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much , it work now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84904#M610335</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-02-12T09:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84905#M610336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/2478"&gt;paulyeo11&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your first attemp should work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;year={"&amp;gt;2016"},REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {"&amp;gt;2016"}&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Make sure you have [Year] values greater than 2016.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84905#M610336</guid>
      <dc:creator>jasonmomoa</dc:creator>
      <dc:date>2018-02-12T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84906#M610337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xavier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know how you know due to year or Year issue ? How you find out ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +65 9326 1804&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84906#M610337</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-02-12T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis How to set date greater then 2016 ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84907#M610338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/2478"&gt;paulyeo11&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded your Ask.qvf file. In there, you only have 1 value for year (=2016). Therefore, ever since you write the expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;year={"&amp;gt;2016"},REGION_={Singapore}, COMPANY = {"=Rank(Sum({&amp;lt;year = {"&amp;gt;2016"}&amp;gt;} sales)) &amp;lt;= 8"}&amp;gt;} sales), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;there is no year&amp;gt; 2016, neither Companies ranked the 8th.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can load more data for future years, then the expression would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 17:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-How-to-set-date-greater-then-2016/m-p/84907#M610338</guid>
      <dc:creator>jasonmomoa</dc:creator>
      <dc:date>2018-02-12T17:06:50Z</dc:date>
    </item>
  </channel>
</rss>

