<?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: Calculated variable in expression with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356956#M840159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With just &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=$(vValue) I get a figure of 10 - this is the value for 72 participants. &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;What I want, is the 'vValue' (which should be 5) for only the participants who are included under Type 'A' - this is just 39 of the participants. &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;If I put 'Type' as the dimension, and 'vValue' as the expression, I get '5' next to Type 'A'. &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;So this is the result I want, but I cannot use the regular dimension field - instead I need to include my dimension in the expression.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 11:00:08 GMT</pubDate>
    <dc:creator>jessica_webb</dc:creator>
    <dc:date>2017-05-03T11:00:08Z</dc:date>
    <item>
      <title>Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356947#M840150</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 a variable in my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vValue = 'Avg((Points-Target)/Difference)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do, is use this in an expression with set analysis. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ONLY({&amp;lt;Type={'A'}&amp;gt;} $(vValue))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this just gives me a '-' null value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I just put =$(vValue) and then select 'A' from a filter for Type, it works fine. So why can't I do this within my expression? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to keep my 'A' dimension within the expression, as I plan on using several expressions within the chart, with the appropriate dimension coming from a different field each time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jess&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/Calculated-variable-in-expression-with-set-analysis/m-p/1356947#M840150</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356948#M840151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;Type={'A'}&amp;gt;} ((Points-Target)/Difference))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356948#M840151</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-05-03T10:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356949#M840152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this approach you nest two aggregations without an aggr-function which is mandatory for it. You may change to something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ONLY({&amp;lt;Type={'A'}&amp;gt;} aggr($(vValue), Dim1, Dim2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereby Dim1 and Dim2 are placeholder for the dimensions which are related to this calculation - normally those dimensions which are used within your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356949#M840152</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-03T10:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356950#M840153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-17393"&gt;Parameterised Variable&lt;/A&gt;. May be 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;&lt;EM&gt;vValue = 'Avg(' &lt;STRONG&gt;&amp;amp; $1 &amp;amp;&lt;/STRONG&gt; '(Points-Target)/Difference))'&lt;/EM&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;Then call the variable like:&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;EM&gt;=$(vValue(&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;Type={'A'}&amp;gt;} )&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/EM&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;EM&gt;&lt;BR /&gt;&lt;/EM&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;Edit: corrected a brace&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356950#M840153</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-03T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356951#M840154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sasi, but I need to use the variable rather than the calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356951#M840154</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-03T10:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356952#M840155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did read an article on the aggr function, but wasn't sure it applied to my situation. Quite possibly I'm wrong about that!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm slightly confused on the Dim1, Dim2 part - Type='A' &lt;STRONG&gt;is&lt;/STRONG&gt; the dimension I want to use. So do I just repeat this in place of Dim 1, Dim2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356952#M840155</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-03T10:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356953#M840156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the expression is accepted, but it gives me the same value as if I didn't have the &lt;EM style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;{&amp;lt;Type={'A'}&amp;gt;}&lt;/STRONG&gt;&lt;/EM&gt; part in there. &lt;/P&gt;&lt;P&gt;It just evaluates '=$(vValue)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356953#M840156</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-03T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356954#M840157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. If you don't include the set part, it would evaluate the average in the context. What do you expect the output to be without the set part passed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356954#M840157</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-03T10:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356955#M840158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ONLY({&amp;lt;Type={'A'}&amp;gt;} aggr($(vValue), Type))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if it didn't work we will need some more context where it should be used and which data should return which result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 10:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356955#M840158</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-03T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356956#M840159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With just &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=$(vValue) I get a figure of 10 - this is the value for 72 participants. &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;What I want, is the 'vValue' (which should be 5) for only the participants who are included under Type 'A' - this is just 39 of the participants. &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;If I put 'Type' as the dimension, and 'vValue' as the expression, I get '5' next to Type 'A'. &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;So this is the result I want, but I cannot use the regular dimension field - instead I need to include my dimension in the expression.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 11:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356956#M840159</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-03T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356957#M840160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly it! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much Marcus, really appreciate your help with this! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes, &lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 11:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356957#M840160</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-03T11:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356958#M840161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would the code look if you want to use two dimensions in this set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 07:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356958#M840161</guid>
      <dc:creator />
      <dc:date>2017-05-04T07:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356959#M840162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added another dimension as follows:&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;=ONLY({&amp;lt;Type={'A'}, Dim2={'X'}&amp;gt;} aggr($(vValue), Type,Dim2))&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;With Dim2 being my second dimension and that worked just fine.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 07:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356959#M840162</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-04T07:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated variable in expression with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356960#M840163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your fast respond, it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 09:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-variable-in-expression-with-set-analysis/m-p/1356960#M840163</guid>
      <dc:creator />
      <dc:date>2017-05-04T09:27:31Z</dc:date>
    </item>
  </channel>
</rss>

