<?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: Select value from customer listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298348#M618491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you instead of the valuelist() takes the content of a small inline table for the listbox, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;F2&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could easily refer to those selections, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; F1 = p(F2) &amp;gt;} AnyValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach would be to use a variable within an inputbox (maybe with predefined values in a dropdown) to which your pivot could refer - but to a valuelist() I don't know any way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2017 09:15:27 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-05-19T09:15:27Z</dc:date>
    <item>
      <title>Select value from customer listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298345#M618488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a customer listbox let say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;valuelist(1,2,3,4,5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get the value from this customer listbox in text object ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 02:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298345#M618488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-19T02:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select value from customer listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298346#M618489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a real field you could get these values per concat() or getfieldselections() - by using such a calculated dimension without a connection to the datamodel I don't think it will be possible. Maybe if you elaborate it a bit more thereare other ways to reach your aim.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 04:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298346#M618489</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-19T04:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select value from customer listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298347#M618490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;let say i have a listbox with express : Valuelist(1,2,3,4,5), then once user click on 1, then&lt;/P&gt;&lt;P&gt;the pivot table will take this as a parameter ,&amp;nbsp; so the table express will&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 *&amp;nbsp; &amp;lt;Value select from the listbox&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can do it without load script ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 08:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298347#M618490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-19T08:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select value from customer listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298348#M618491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you instead of the valuelist() takes the content of a small inline table for the listbox, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;F2&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could easily refer to those selections, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; F1 = p(F2) &amp;gt;} AnyValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach would be to use a variable within an inputbox (maybe with predefined values in a dropdown) to which your pivot could refer - but to a valuelist() I don't know any way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 09:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-value-from-customer-listbox/m-p/1298348#M618491</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-19T09:15:27Z</dc:date>
    </item>
  </channel>
</rss>

