<?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: How to use set analysis while calling a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84179#M782249</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;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;=Num&lt;/SPAN&gt;(Only({ 1&amp;lt;Month={'Jan'}&amp;gt;} &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-1)&lt;/EM&gt;&lt;/STRONG&gt;+&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-2)), '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Mar 2018 17:58:01 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2018-03-24T17:58:01Z</dc:date>
    <item>
      <title>How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84177#M782247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;In my Pivot table I am using one calculated dimension and an expression as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;=Num&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vScore-1) &lt;/EM&gt;&lt;/STRONG&gt;+ &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vScore-2), '##.0')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- My current selections in list box for Month='Feb'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;and I am getting the correct results.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;Now, I want to add one more expression where it gets data for the month='Jan' like below&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;=Num&lt;/SPAN&gt;({ 1 &amp;lt;Month={'Jan'}&amp;gt;} &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vScore-1)&lt;/EM&gt;&lt;/STRONG&gt;+&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vScore-2), '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- This expression is not working and I am getting 0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-family: calibri, verdana, arial, sans-serif;"&gt;How can I re wite the above expression ?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&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/How-to-use-set-analysis-while-calling-a-variable/m-p/84177#M782247</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84178#M782248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;=Num&lt;/SPAN&gt;({ 1 &amp;lt;Month={'Jan'}&amp;gt;} '&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-1)'&lt;/EM&gt;&lt;/STRONG&gt;+'&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-2)', '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;&lt;EM style="font-family: inherit; font-weight: inherit; font-size: 8pt; color: #808080;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;=Num&lt;/SPAN&gt;({ 1 &amp;lt;Month={'Jan'}&amp;gt;} "=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-1)"&lt;/EM&gt;&lt;/STRONG&gt;+"=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-2)", '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 17:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84178#M782248</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-24T17:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84179#M782249</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;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;=Num&lt;/SPAN&gt;(Only({ 1&amp;lt;Month={'Jan'}&amp;gt;} &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-1)&lt;/EM&gt;&lt;/STRONG&gt;+&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-2)), '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 17:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84179#M782249</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-24T17:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84180#M782250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not getting any values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 18:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84180#M782250</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-03-24T18:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84181#M782251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is vScore definition? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 18:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84181#M782251</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-24T18:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84182#M782252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="color: #808080; font-size: 12pt; font-style: inherit; font-family: calibri, verdana, arial, sans-serif; font-weight: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;=Num&lt;/SPAN&gt;({ 1 &amp;lt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="color: #808080; font-size: 12pt; font-style: inherit; font-family: calibri, verdana, arial, sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-1)&lt;/EM&gt;&lt;/STRONG&gt;+&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-2),&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;Month={'Jan'}&amp;gt;} &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;, '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 18:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84182#M782252</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-24T18:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84183#M782253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The vScore-1 definition is as below: ( I created them in the variable window)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Score-1 &amp;lt;--- Variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If($(vHI) &amp;gt;= Ta_In_Hu,10,Num(($(vHI) - Min_HI)/(Ta_In_Hu - Min_HI) * 20,'##'))&amp;nbsp; &amp;lt;--- Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vHI &amp;lt;--- variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Sum({&amp;lt;[HI]={'Y'}&amp;gt;} _SS_Count)/Sum({&amp;lt;[HI]={'Y'},[D-LS-MA]=&amp;gt;} Total&amp;lt;$(=vHchy_Select_Dim)&amp;gt; _SS_Count),'###%')&amp;nbsp;&amp;nbsp; &amp;lt;--- Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the vScore-1 variable is evaluating the value it also looks into the variable "vHI" as mentioned above. Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 18:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84183#M782253</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-03-24T18:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84184#M782254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use along side&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;[HI]={'Y'}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But again question is what is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vHchy_Select_Dim?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 19:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84184#M782254</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-24T19:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84185#M782255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vHchy_Select_Dim is variable defined as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vHchy_Select_Dim &amp;lt;--- Variable&lt;/P&gt;&lt;P&gt;=('['&amp;amp;_Work_Dims&amp;amp;']')&amp;nbsp;&amp;nbsp; &amp;lt;--- Expression ( This is getting the data from an data island table as show below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _Work_Dims&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level A View&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level 1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level 2 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level 3 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level 4&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cc_Level 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cc_Level 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cc_Level 3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cc_Level 4&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cc_Level 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the existing expressions if I select a month in the list box then every month shows the correct values. I want to show those months in one pivot like Jan, Feb Mar etc. ( That is the reason I want to pass the month in the Set&lt;/P&gt;&lt;P&gt;analysis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 20:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84185#M782255</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-03-24T20:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84186#M782256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is that the set analysis needs to go inside the aggregations, and the num function is not an aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to insert the set analysis into both of the variables (which I presume do have aggregation functions in them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really don't want to do that then this should work, but won't be as efficient as it could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;=Num&lt;/SPAN&gt;(sum({1&amp;lt;Month={'Jan'}&amp;gt;} aggr(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-1)&lt;/EM&gt;&lt;/STRONG&gt;+&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-2), Month), '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 21:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84186#M782256</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-03-24T21:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84187#M782257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied the logic from the below line into my code:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="color: #808080; font-family: inherit; font-size: 8pt; font-weight: inherit;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt; font-style: inherit; font-weight: inherit;"&gt;&lt;SPAN style="color: #0000ff; font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;=Num&lt;/SPAN&gt;(sum({1&amp;lt;Month={'Jan'}&amp;gt;} aggr(&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;&lt;EM style="font-family: inherit; font-weight: inherit;"&gt;$(vScore-1)&lt;/EM&gt;&lt;/STRONG&gt;+&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;&lt;EM style="font-family: inherit; font-weight: inherit;"&gt;$(vScore-2), Month), '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In my dimension I have 11 different values and when I applied above expression it is giving value for only one row and remaining are zeros ? what ever the value it is displaying for one row is correct. am I missing something here ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks for your time.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 22:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84187#M782257</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-03-24T22:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84188#M782258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I missed out some rather important code.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AGGR statement allows you to calculate values for each of the dimensions you specify in the paramters and then do a further aggregation (and set analysis) over them.&amp;nbsp; This is why Month was added and the correct answer was returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also need to add all of the other dimensions that you have in your table to the parameter list, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="color: #808080; font-size: 12pt; font-style: inherit; font-family: calibri, verdana, arial, sans-serif; font-weight: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;=Num&lt;/SPAN&gt;(sum({1&amp;lt;Month={'Jan'}&amp;gt;} aggr(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-1)&lt;/EM&gt;&lt;/STRONG&gt;+&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vScore-2), Month,Field1,Field2), '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="color: #808080; font-size: 12pt; font-style: inherit; font-family: calibri, verdana, arial, sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-weight: inherit; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;I suspect you will need to add &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;$(=vHchy_Select_Dim) as one of the fields.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 22:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84188#M782258</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-03-24T22:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84189#M782259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I re did the expression based on the below format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;=Num&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;(sum({1&amp;lt;Month={'Jan'}&amp;gt;} aggr(aggr(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #808080; font-weight: inherit;"&gt;&lt;EM&gt;$(vScore-1)&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;+&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;&lt;STRONG style="color: #808080; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;$(vScore-2), Month,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(vHchy_Select_Dim)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;$(vHchy_Select_Dim)&lt;/EM&gt;&lt;/SPAN&gt;) '##.0')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the results for all the rows but it is not applying the Set analysis for "Month" and&amp;nbsp; the sub total is wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 23:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84189#M782259</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-03-24T23:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84190#M782260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vHchy_Select_Dim) should only appear once.&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;You also need to include any other fields which are included as dimensions, or does the table only have the one dimension?&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Is Month the name of a field in your data model?&amp;nbsp; Does it contain the names of the months, exactly as you are matching them in the set analysis?&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Having the set analysis inside the two expressions (rather than outside with an aggr) would definitely be better.&amp;nbsp; It would need to go in your vHI variable by the looks of things.&amp;nbsp; This will require more duplication of variables, but would be ultimately better.&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;You could look at this article about passing parameters into variables - but this could be overkill for your use case:&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;A href="https://www.quickintelligence.co.uk/variables-parameters-load-script/" title="https://www.quickintelligence.co.uk/variables-parameters-load-script/"&gt;https://www.quickintelligence.co.uk/variables-parameters-load-script/&lt;/A&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #808080;"&gt;&lt;EM style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 23:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84190#M782260</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-03-24T23:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84191#M782261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have only one calculated dimension and yes "Month" is a field in the data model. Looks like I need to add more variables. But one set of variables do not have any aggregation and they all have only Num().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2018 12:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84191#M782261</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-03-25T12:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84192#M782262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding your set analysis to the aggregation&lt;/P&gt;&lt;P&gt;In the inside variable.&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;vHI &amp;lt;--- variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Num(Sum({&amp;lt;[HI]={'Y'},Month={'Jan'}&amp;gt;} _SS_Count)/Sum({&amp;lt;[HI]={'Y'},[D-LS-MA]= &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;Month={'Jan'}&lt;/SPAN&gt; &amp;gt;} Total&amp;lt;$(=vHchy_Select_Dim)&amp;gt; _SS_Count),'###%')&amp;nbsp;&amp;nbsp; &amp;lt;--- Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2018 17:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84192#M782262</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-25T17:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84193#M782263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code is missing a comma before Month.&amp;nbsp; Also, care needs to be taken as that variable is used for other periods as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2018 20:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84193#M782263</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-03-25T20:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis while calling a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84194#M782264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you share a sample (mocked up or anonymized) to help us see your issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 02:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-analysis-while-calling-a-variable/m-p/84194#M782264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-26T02:04:43Z</dc:date>
    </item>
  </channel>
</rss>

