<?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: Multiple Values for a Single Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598849#M221707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A variable contains only a value but this value can be a string where you store more than one information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add to your document the selection object and select more than one month, the string contains months and you may set a variable with that value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 16:04:50 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-03-04T16:04:50Z</dc:date>
    <item>
      <title>Multiple Values for a Single Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598848#M221706</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;Possibly I am heading down the wrong road and I bow to the knowledge of the many wiser (more experienced) people. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a waterfall chart that assesses year on year revenue performance. In January I used Let vMonth = 'Jan' and all bar offsets worked as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In February I used&amp;nbsp; Let vMonth = 'Jan' .... and there it went wrong. I need to capture both Jan and Feb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible through variables or some other smarter method to capture Jan and Feb and later months all months to October for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 15:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598848#M221706</guid>
      <dc:creator />
      <dc:date>2014-03-04T15:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values for a Single Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598849#M221707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A variable contains only a value but this value can be a string where you store more than one information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add to your document the selection object and select more than one month, the string contains months and you may set a variable with that value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 16:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598849#M221707</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-04T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values for a Single Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598850#M221708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're defining your variable in the script then I think you're placing a static value on it... so... perhaps you need to use a formula that is recalculated on every click. The only thing I can think of...and if you need to have all Month names in that variable... why don't you use the Concat function to define it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat (Distinct Month, ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the QlikView Help (F1) for more details about this function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 16:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598850#M221708</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2014-03-04T16:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values for a Single Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598851#M221709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example how to get the list of month names from the year start to the current date&lt;BR /&gt;=concat({&amp;lt;Date={"$(= '&amp;gt;=' &amp;amp; makedate(year(today())) &amp;amp; '&amp;lt;=' &amp;amp; date(today()))"}&amp;gt;} distinct Month, ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 18:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598851#M221709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T18:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values for a Single Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598852#M221710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always with Qlikview (which is why I like it so much) more than one solution to a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the guidance much appreciated - and now have a working app (again).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 19:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-for-a-Single-Variable/m-p/598852#M221710</guid>
      <dc:creator />
      <dc:date>2014-03-04T19:10:47Z</dc:date>
    </item>
  </channel>
</rss>

