<?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: Can i use variable in set analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844226#M1004799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can use.&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;Year={$(vCurrentYear)}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 13:14:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-25T13:14:31Z</dc:date>
    <item>
      <title>Can i use variable in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844220#M1004793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls tell the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844220#M1004793</guid>
      <dc:creator />
      <dc:date>2015-05-25T12:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use variable in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844221#M1004794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable vYear: 2015&lt;/P&gt;&lt;P&gt;Expression: sum({&amp;lt;Year={$(vYear)}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844221#M1004794</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-25T12:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use variable in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844222#M1004795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can&lt;/P&gt;&lt;P&gt;SUM({Dimension={$(variable)}}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844222#M1004795</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-25T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use variable in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844223#M1004796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;sum(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; {$&amp;lt;Month = {$(vMonth)}&amp;gt;} Sales &lt;/STRONG&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;returns the sales for the given Month in relation to current selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844223#M1004796</guid>
      <dc:creator />
      <dc:date>2015-05-25T12:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use variable in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844224#M1004797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;Sure you can use variable in set analysis.&lt;/P&gt;&lt;P&gt;For example: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SUM({&amp;lt; Customer_ID={"$(vS1)"} &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;Here vS1 is the variable name.&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;I hope this will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844224#M1004797</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-05-25T13:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use variable in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844225#M1004798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes :&lt;/P&gt;&lt;P&gt;Variable:&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vCurPrd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;WeekId={'&amp;gt;$(=max(WeekId)-(vCurPrd))'}&amp;gt;}trx)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844225#M1004798</guid>
      <dc:creator />
      <dc:date>2015-05-25T13:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use variable in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844226#M1004799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can use.&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;Year={$(vCurrentYear)}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-use-variable-in-set-analysis/m-p/844226#M1004799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-25T13:14:31Z</dc:date>
    </item>
  </channel>
</rss>

