<?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 on variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983819#M466991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what do you trying to do but maybe something like this is helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;v_Ignore_Some_selections: {&amp;lt;DIVISION_NAME=,CC_NAME=&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vExp: &lt;SPAN style="font-size: 13.3333px;"&gt;sum($(&lt;SPAN style="font-size: 13.3333px;"&gt;v_Ignore_Some_selections&lt;/SPAN&gt;) $1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Var = rangesum($(vExp(A)),&lt;SPAN style="font-size: 13.3333px;"&gt;$(vExp(B))&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14559"&gt;Variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Dec 2015 11:28:45 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-12-24T11:28:45Z</dc:date>
    <item>
      <title>Set analysis on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983815#M466987</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to apply set analysis on &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;a variable without separating it's components. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Var = sum(A)+sum(B)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;v_Ignore_Some_selections={&amp;lt;DIVISION_NAME=,CC_NAME=&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The only solution I found so far is the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum($(&lt;SPAN style="font-size: 13.3333px;"&gt;v_Ignore_Some_selections&lt;/SPAN&gt;)A)+sum(&lt;SPAN style="font-size: 13.3333px;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;v_Ignore_Some_selections&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but as I mentioned, I don't want to separate the variable components (because this way, when i change the variable i have to manually change it every place its appears)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is it possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nadav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 08:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983815#M466987</guid>
      <dc:creator />
      <dc:date>2015-12-24T08:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983816#M466988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what you are looking for isn't possible at least as per my knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 11:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983816#M466988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-24T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983817#M466989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If it suits &lt;/SPAN&gt;you can bring in a new field from script itself as summation of A and B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then ignore variable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 11:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983817#M466989</guid>
      <dc:creator />
      <dc:date>2015-12-24T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983818#M466990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand your worry. Variables are used to not force you to apply changes in multiple places. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you ever want to change the set analysis selections, you only have to modify the SET statement for variable &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;v_Ignore_Some_selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you ever want to change the expression result (by adding another Sum() or so), you only have to change the SET statement for variable Var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or am I missing something here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 11:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983818#M466990</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-24T11:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983819#M466991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what do you trying to do but maybe something like this is helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;v_Ignore_Some_selections: {&amp;lt;DIVISION_NAME=,CC_NAME=&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vExp: &lt;SPAN style="font-size: 13.3333px;"&gt;sum($(&lt;SPAN style="font-size: 13.3333px;"&gt;v_Ignore_Some_selections&lt;/SPAN&gt;) $1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Var = rangesum($(vExp(A)),&lt;SPAN style="font-size: 13.3333px;"&gt;$(vExp(B))&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14559"&gt;Variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 11:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983819#M466991</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-24T11:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983820#M466992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks Peter,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The variable i want to be able to change is (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Var), not (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;v_Ignore_Some_selections).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Therefore,&amp;nbsp; if I have to write the expression explicitly (e.g- &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;sum($(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;v_Ignore_Some_selections&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;)A)+sum(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;v_Ignore_Some_selections&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;B),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;the change of the variable VAR won't affect this expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 11:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-variable/m-p/983820#M466992</guid>
      <dc:creator />
      <dc:date>2015-12-24T11:35:27Z</dc:date>
    </item>
  </channel>
</rss>

