<?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 Select multiple values in a listbox, hot to take it? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327277#M120474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Erich,&lt;/P&gt;&lt;P&gt;it seems you are "overusing" set statements.&lt;/P&gt;&lt;P&gt;Why do you need to use a set expression to select in Month exactly what the user have manually selected in Month?? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2011 12:48:43 GMT</pubDate>
    <dc:creator>gandalfgray</dc:creator>
    <dc:date>2011-12-29T12:48:43Z</dc:date>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327271#M120468</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;I have a problem with my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this expression works perfectly (thanks to haneesh):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;YEAR ={$(=max(YEAR))},Month={$(=Only(Month))}&amp;gt;}Budget)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if I select more than one Month it doesn't work (example I select Jan &amp;amp; Feb).&lt;/P&gt;&lt;P&gt;Only(Month) take "only" one value per time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change my expression to solve this problem?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 13:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327271#M120468</guid>
      <dc:creator />
      <dc:date>2011-12-28T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327272#M120469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I solved my problem.&lt;/P&gt;&lt;P&gt;My new expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;YEAR ={$(=max(YEAR))},Month={$(=GetFieldSelections(Month))}&amp;gt;}Budget)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 14:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327272#M120469</guid>
      <dc:creator />
      <dc:date>2011-12-28T14:16:11Z</dc:date>
    </item>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327273#M120470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;new problem with the expression.&lt;/P&gt;&lt;P&gt;The GetFieldSelections expression works properly if you select max 6 values.&lt;/P&gt;&lt;P&gt;It gives us 01,02,03,04,05,06 if we select from 01 to 06, BUT if we select:&lt;/P&gt;&lt;P&gt;01,02,03,04,05,06,07&lt;/P&gt;&lt;P&gt;it gives us:&lt;/P&gt;&lt;P&gt;NOT 08,09,10,11,12&lt;/P&gt;&lt;P&gt;and obviously it doesn't work with $(=GetFieldSelections(Month)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to solve this problem ??&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 15:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327273#M120470</guid>
      <dc:creator />
      <dc:date>2011-12-28T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327274#M120471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry,&lt;/P&gt;&lt;P&gt;I have only to pay more attention.&lt;/P&gt;&lt;P&gt;The new expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;YEAR ={$(=max(YEAR))},Month={$(=GetFieldSelections(Month,',',12))}&amp;gt;}Budget)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;',' is the delimiter between selected values&lt;/P&gt;&lt;P&gt;12 is the highest number of individual values that will be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 15:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327274#M120471</guid>
      <dc:creator />
      <dc:date>2011-12-28T15:44:15Z</dc:date>
    </item>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327275#M120472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;In your case, can't you just use&lt;/P&gt;&lt;P&gt;sum({&amp;lt;YEAR ={$(=max(YEAR))}}&amp;gt;}Budget) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 12:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327275#M120472</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-12-29T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327276#M120473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to use Month too otherwise it doesn't work properly.&lt;/P&gt;&lt;P&gt;Thanks a lot for you reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 12:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327276#M120473</guid>
      <dc:creator />
      <dc:date>2011-12-29T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327277#M120474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Erich,&lt;/P&gt;&lt;P&gt;it seems you are "overusing" set statements.&lt;/P&gt;&lt;P&gt;Why do you need to use a set expression to select in Month exactly what the user have manually selected in Month?? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 12:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327277#M120474</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-12-29T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Select multiple values in a listbox, hot to take it?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327278#M120475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both of you are right but I have to use that expression because of my cloud. &lt;/P&gt;&lt;P&gt;I need to refer to different "period" that are on different table (it's difficult to me to explain)&lt;/P&gt;&lt;P&gt;I tried to use only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;YEAR ={$(=max(YEAR))}}&amp;gt;}Budget)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work properly.&lt;/P&gt;&lt;P&gt;Our customer works in a strange way and we had to build our cloud in this way.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I'm new on QlikView and I'm sure I can do better than now.&lt;/P&gt;&lt;P&gt;I'll try to think a different way to build our cloud to avoid this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS A LOT for your help.&lt;/P&gt;&lt;P&gt;I really appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 13:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-values-in-a-listbox-hot-to-take-it/m-p/327278#M120475</guid>
      <dc:creator />
      <dc:date>2011-12-29T13:09:02Z</dc:date>
    </item>
  </channel>
</rss>

