<?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: Variables in set analysis is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-in-set-analysis-is-not-working/m-p/1181845#M885819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Thiru, try this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Date = {$(=Date(V_DB_Max_date))}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2016 08:10:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-26T08:10:03Z</dc:date>
    <item>
      <title>Variables in set analysis is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-set-analysis-is-not-working/m-p/1181843#M885815</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;I have scenario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data upto next&amp;nbsp; 20 years from last couple of years &lt;/P&gt;&lt;P&gt;Example my database is from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2005-01-01 to 2016-09-01(current month) and i am adding next 20 years data i.e.2036-09-01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to show database max value sales like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Date = {$(V_DB_Max_date)}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here Date is number format &lt;/P&gt;&lt;P&gt;If i give &lt;STRONG style="font-size: 13.3333px;"&gt;sum({&amp;lt;Date = {42614}&amp;gt;} Sales) it is working fine&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the needful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thiru&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/Variables-in-set-analysis-is-not-working/m-p/1181843#M885815</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in set analysis is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-set-analysis-is-not-working/m-p/1181844#M885817</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="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Date = {$(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;V_DB_Max_date)}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Date = {$(&lt;SPAN style="color: #ff0000;"&gt;=$&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;V_DB_Max_date&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;)}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 07:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-set-analysis-is-not-working/m-p/1181844#M885817</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-26T07:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in set analysis is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-set-analysis-is-not-working/m-p/1181845#M885819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Thiru, try this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Date = {$(=Date(V_DB_Max_date))}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 08:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-set-analysis-is-not-working/m-p/1181845#M885819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-26T08:10:03Z</dc:date>
    </item>
  </channel>
</rss>

