<?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 Qlik Sense combine in variables stored set expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-combine-in-variables-stored-set-expressions/m-p/1125536#M19604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got 2 variables, let's call them a and b in which I stored some set expressions, i.e. {&amp;lt;country={'Sweden'}&amp;gt;} and {&amp;lt;year={'2009'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use only one of them at a time, i.e. sum($(a)Sales), there's no issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to use both of them at the same time: I want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Country={'Sweden'}, year={'2009'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I Need the set expressions to be done by variables and I Need to be able to Combine different set Expression variables like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum($(a)$(b)Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone an idea how to solve that?&lt;/P&gt;&lt;P&gt;Thanks in advance and&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:27:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2024-11-16T10:27:05Z</dc:date>
    <item>
      <title>Qlik Sense combine in variables stored set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-combine-in-variables-stored-set-expressions/m-p/1125536#M19604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got 2 variables, let's call them a and b in which I stored some set expressions, i.e. {&amp;lt;country={'Sweden'}&amp;gt;} and {&amp;lt;year={'2009'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use only one of them at a time, i.e. sum($(a)Sales), there's no issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to use both of them at the same time: I want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Country={'Sweden'}, year={'2009'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I Need the set expressions to be done by variables and I Need to be able to Combine different set Expression variables like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum($(a)$(b)Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone an idea how to solve that?&lt;/P&gt;&lt;P&gt;Thanks in advance and&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-combine-in-variables-stored-set-expressions/m-p/1125536#M19604</guid>
      <dc:creator />
      <dc:date>2024-11-16T10:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense combine in variables stored set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-combine-in-variables-stored-set-expressions/m-p/1125537#M19605</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;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;&lt;/SPAN&gt;$(a)&lt;SPAN style="color: #ff0000;"&gt;,&lt;/SPAN&gt;$(b)&lt;SPAN style="color: #ff0000;"&gt;&amp;gt;}&lt;/SPAN&gt;Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With following variables&lt;/P&gt;&lt;P&gt;a -&amp;gt; &lt;STRONG&gt;Country={'Sweden'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;b -&amp;gt; &lt;STRONG&gt;Year={'2009'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134810_Capture.PNG" style="height: 311px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 01:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-combine-in-variables-stored-set-expressions/m-p/1125537#M19605</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-18T01:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense combine in variables stored set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-combine-in-variables-stored-set-expressions/m-p/1125538#M19606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny my hero, thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 07:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-combine-in-variables-stored-set-expressions/m-p/1125538#M19606</guid>
      <dc:creator />
      <dc:date>2016-08-18T07:22:06Z</dc:date>
    </item>
  </channel>
</rss>

