<?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: Define Selections for Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805624#M284430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi David,&lt;/P&gt;&lt;P&gt;I might have a complex way to do...&lt;/P&gt;&lt;P&gt;create the field ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1......if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[payment type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;='Value A' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[payment type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;='Value B','Payment Type AB' ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[payment type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;='Value C','Value C' )) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;mod_type &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;then use this new field in action of your button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;2.....Create two list box one with payment type and other with mod_type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;3....create two &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;variables to hide and show the list box (using conditionally hideing using the variable).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;4....create one more button to with action 'clear' and showing the list box 'payment type'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 16:55:29 GMT</pubDate>
    <dc:creator>saurabh5</dc:creator>
    <dc:date>2015-02-27T16:55:29Z</dc:date>
    <item>
      <title>Define Selections for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805621#M284427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a listbox based on the values of fields ... For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([payment type]='ValueA+ValueB', 'Payment Type AB', if [payment type]='ValueC', 'ValueC'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent been successful with the format above. Any suggestions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805621#M284427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T14:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Define Selections for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805622#M284428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi David,&lt;/P&gt;&lt;P&gt;if you are trying to add Value A and Value B the try the below expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([payment type]='ValueA'+[payment type]='ValueB', 'Payment Type AB', if [payment type]='ValueC', 'ValueC'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this if&amp;nbsp; it works !!!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805622#M284428</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-02-27T16:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Define Selections for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805623#M284429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This didnt work. Maybe I am explaining myself wrong ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this to work like an action button i have built which says&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD= Payment Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEARCH STRING=("ValueA"|"ValueB")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way if I am summing values and displaying data it is only limited to ValueA and ValueB in the Payment Type field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805623#M284429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Define Selections for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805624#M284430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi David,&lt;/P&gt;&lt;P&gt;I might have a complex way to do...&lt;/P&gt;&lt;P&gt;create the field ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1......if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[payment type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;='Value A' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[payment type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;='Value B','Payment Type AB' ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[payment type]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;='Value C','Value C' )) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;mod_type &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;then use this new field in action of your button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;2.....Create two list box one with payment type and other with mod_type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;3....create two &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;variables to hide and show the list box (using conditionally hideing using the variable).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;4....create one more button to with action 'clear' and showing the list box 'payment type'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805624#M284430</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-02-27T16:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Define Selections for Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805625#M284431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post an example set of data or a qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-Selections-for-Listbox/m-p/805625#M284431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T18:31:26Z</dc:date>
    </item>
  </channel>
</rss>

