<?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 Storing Multiple Values in a Variable for Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-Values-in-a-Variable-for-Set-Analysis/m-p/1208871#M462088</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 couple of buttons that has an action to set a variable, vQuarter, to either Q1, Q2, Q3, or Q4 that works perfect. However, I want a button that can set the quarter to a combination of Q1 and Q2. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Default in load script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LET vQuarter='*'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In my expression I am using:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum($*{&amp;lt;[Quarter]={"$(=vQuarter)"}&amp;gt;} [Responses])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried putting various methods with no success:&lt;/P&gt;&lt;P&gt;("Q1"|"Q2")&lt;/P&gt;&lt;P&gt;Q1,Q2&lt;/P&gt;&lt;P&gt;etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 22:00:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-20T22:00:55Z</dc:date>
    <item>
      <title>Storing Multiple Values in a Variable for Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-Values-in-a-Variable-for-Set-Analysis/m-p/1208871#M462088</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 couple of buttons that has an action to set a variable, vQuarter, to either Q1, Q2, Q3, or Q4 that works perfect. However, I want a button that can set the quarter to a combination of Q1 and Q2. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Default in load script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LET vQuarter='*'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In my expression I am using:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum($*{&amp;lt;[Quarter]={"$(=vQuarter)"}&amp;gt;} [Responses])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried putting various methods with no success:&lt;/P&gt;&lt;P&gt;("Q1"|"Q2")&lt;/P&gt;&lt;P&gt;Q1,Q2&lt;/P&gt;&lt;P&gt;etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-Values-in-a-Variable-for-Set-Analysis/m-p/1208871#M462088</guid>
      <dc:creator />
      <dc:date>2016-10-20T22:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple Values in a Variable for Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-Values-in-a-Variable-for-Set-Analysis/m-p/1208872#M462089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;[Quarter]={$(vQuarter)}&amp;gt;} [Responses])&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;variable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vQuarter:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Q1,Q2&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-Values-in-a-Variable-for-Set-Analysis/m-p/1208872#M462089</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-10-20T22:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple Values in a Variable for Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-Values-in-a-Variable-for-Set-Analysis/m-p/1208873#M462090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert! Worked beautifully!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-Values-in-a-Variable-for-Set-Analysis/m-p/1208873#M462090</guid>
      <dc:creator />
      <dc:date>2016-10-20T22:54:05Z</dc:date>
    </item>
  </channel>
</rss>

