<?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 with Variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912750#M316710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&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;Date=&lt;STRONG&gt;{'$(=vPast)'}&lt;/STRONG&gt;&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 16:51:35 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-07-23T16:51:35Z</dc:date>
    <item>
      <title>Set Analysis with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912748#M316708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably a really simple one, but Ive gone number blind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable vpast that defines a day 4 days prior to the max day in the current selection, if I use this in a text box $(vpast) it correctly evaluates the date, now I am trying to use it in the set analysis of an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Date={"=$(vPast)"}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the displayed value is in fact sum(Value) for the selected date &amp;amp; not the date 4 days past. I must be missing something but not sure what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912748#M316708</guid>
      <dc:creator />
      <dc:date>2015-07-23T16:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912749#M316709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({$&amp;lt;Date={'$(vPast)'}&amp;gt;}Value)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;edit: and QV is case sensitive, just make sure that your variable is called vPast and not vpast as shown above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912749#M316709</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-23T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912750#M316710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&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;Date=&lt;STRONG&gt;{'$(=vPast)'}&lt;/STRONG&gt;&amp;gt;}Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912750#M316710</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-23T16:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912751#M316711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or may be this:&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;STRONG&gt;=Sum({$&amp;lt;Date={"$(vPast)"}&amp;gt;}Value)&lt;/STRONG&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;Where date format for vPast is the same as Date format.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912751#M316711</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-23T16:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912752#M316712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Sum({$&amp;lt;Date={"$(vPast)"}&amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 17:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variables/m-p/912752#M316712</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-23T17:46:38Z</dc:date>
    </item>
  </channel>
</rss>

