<?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: Defining a listbox field using a drop down selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68962#M786351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did check whether it works and it doesn't seem to for me. I've attached my file. Could you take a look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2018 11:33:18 GMT</pubDate>
    <dc:creator>mattphillip</dc:creator>
    <dc:date>2018-02-22T11:33:18Z</dc:date>
    <item>
      <title>Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68956#M786345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hoping someone can help with this. I'm looking for a way to capture the current selection of a drop down box (populated with field names) to feed into a listbox which will display all the available values within that field. In my mind this should be possible although when I specify the listbox field as an expression (=GetFieldSelections(&amp;lt;FieldName&amp;gt;)) the listbox only displays the name of the field and not the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68956#M786345</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68957#M786346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a list box using system field $Field and a second list box with a calculated field (&amp;lt;expression&amp;gt;):&lt;/P&gt;&lt;P&gt;=[$(=Only($Field))]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use your variable instead of $Field, that should also be possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68957#M786346</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-22T11:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68958#M786347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, although I think I need to clarify what I looking for. I want to be able to make a selection from a drop down box (which contains a list of fields - contained with a user created field and not the system $Field) and then when the user selects a field, a separate list box displays the values within that field.Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68958#M786347</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-22T11:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68959#M786348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt, and your drop down box is built on an input box to change a variable? Assuming the variable is called vVar, then just use a field &amp;lt;expression&amp;gt; in your list box like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=[$(=vVar)]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is to use a dollar sign expansion to replace the expansion with the field name,&amp;nbsp; before the expression gets evaluated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68959#M786348</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-22T11:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68960#M786349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion but I've tried it and it doesn't work. There's an error in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68960#M786349</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-22T11:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68961#M786350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work for me. Don't get misled by the syntax checker without actually verfying that the expression is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68961#M786350</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-22T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68962#M786351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did check whether it works and it doesn't seem to for me. I've attached my file. Could you take a look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68962#M786351</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-22T11:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68963#M786352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't see the fields you can select in your data model...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68963#M786352</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-22T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68964#M786353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what the problem is. The field names are stated in an inline table in the script and loaded into the drop down menu (the field name values are contained within the 'NewFields' field. The textbox confirm that its storing the currently selected drop down box value, whilst the listbox remains blank rather than displaying the field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field names are visible for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68964#M786353</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-22T11:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Defining a listbox field using a drop down selection</title>
      <link>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68965#M786354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I mean I can't see all the fields you can select from the drop down in your data model (table view).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Age of August&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only see one table, FieldMapping, with two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to see the values of all the fields you can select, these need to be part of your model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defining-a-listbox-field-using-a-drop-down-selection/m-p/68965#M786354</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-22T11:50:53Z</dc:date>
    </item>
  </channel>
</rss>

