<?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: Display listbox based on the selections from a common list box holding field name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477133#M1136373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for ex: I have field names likes this in a list box called &lt;STRONG&gt;list box1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;list box1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Branch Name&lt;/P&gt;&lt;P&gt;Account Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I click on field Branch name.. A list box with Branch Name data should appear. As shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Branch Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;B1&lt;/P&gt;&lt;P&gt;B2&lt;/P&gt;&lt;P&gt;B3&lt;/P&gt;&lt;P&gt;B4&lt;/P&gt;&lt;P&gt;next on click of Account Type..&amp;nbsp; A list box with Account Type data should appear.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 11:53:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-16T11:53:40Z</dc:date>
    <item>
      <title>Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477127#M1136367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out with approach to get dynamic list box based on field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: I have a list box with all field names. Now once clicked&amp;nbsp; on any of the field in the list box a new list box should be visible holding selected field &lt;STRONG&gt;values&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477127#M1136367</guid>
      <dc:creator />
      <dc:date>2013-10-16T10:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477128#M1136368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a list box and dynamically show it based on the Field selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this as a conditional option in Layout Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT FieldNames) = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the list box will only show if a selection is made in the FieldNames List Box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477128#M1136368</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-16T10:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477129#M1136369</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;I have to create a list box and under layout I have to give Count(DISTINCT &lt;STRONG&gt;FieldNames&lt;/STRONG&gt;) = 1 ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what should be chosen for &lt;STRONG&gt;dimension&lt;/STRONG&gt; and &lt;STRONG&gt;FieldNames referrred&lt;/STRONG&gt; can be $(Field)??? or what exactly it signifies?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477129#M1136369</guid>
      <dc:creator />
      <dc:date>2013-10-16T11:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477130#M1136370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;create a list box and on properties Layout&amp;gt;&amp;gt; Show, check conditional and put condition &lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count(DISTINCT &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YourFiledName&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;) &amp;gt;= 1 , it Mean this list will be visible only when you will select 1 or more fields in other list, you dont need any dimension ,or any other step, try this and let us know, its works or not..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477130#M1136370</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-16T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477131#M1136371</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;Now the main list box has say 10 field names. On click of each field name I should get a list box holding data for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the exp =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count(DISTINCT &lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourFiledName&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;) &amp;gt;= 1 &lt;/SPAN&gt;&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;"&gt;yourFiledName holds what name??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Prajna&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477131#M1136371</guid>
      <dc:creator />
      <dc:date>2013-10-16T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477132#M1136372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the field name which you will select..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and You wrote " &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;On click of each field name I should get a list box holding data for that particular field.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;what type of data, or you mean the selected field name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know in detail. your fields name. or if you can attach an example doc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477132#M1136372</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-16T11:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477133#M1136373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for ex: I have field names likes this in a list box called &lt;STRONG&gt;list box1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;list box1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Branch Name&lt;/P&gt;&lt;P&gt;Account Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I click on field Branch name.. A list box with Branch Name data should appear. As shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Branch Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;B1&lt;/P&gt;&lt;P&gt;B2&lt;/P&gt;&lt;P&gt;B3&lt;/P&gt;&lt;P&gt;B4&lt;/P&gt;&lt;P&gt;next on click of Account Type..&amp;nbsp; A list box with Account Type data should appear.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477133#M1136373</guid>
      <dc:creator />
      <dc:date>2013-10-16T11:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477134#M1136374</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;I would do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a variable&lt;/P&gt;&lt;P&gt;vCurrentField:&amp;nbsp; =$(Field)&amp;nbsp;&amp;nbsp; it is a formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) 1st list box:&lt;/P&gt;&lt;P&gt;Dimension: = $Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) 2nd ListBox:&lt;/P&gt;&lt;P&gt;The Expression:&amp;nbsp; =&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;$(=vCurrentField) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 12:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477134#M1136374</guid>
      <dc:creator />
      <dc:date>2013-10-16T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477135#M1136375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like attached sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 12:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477135#M1136375</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-16T12:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477136#M1136376</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 tried this em not getting any result &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 13:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477136#M1136376</guid>
      <dc:creator />
      <dc:date>2013-10-16T13:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display listbox based on the selections from a common list box holding field name</title>
      <link>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477137#M1136377</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;You have given data in script.. but I need to get from sql query. How to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 13:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-listbox-based-on-the-selections-from-a-common-list-box/m-p/477137#M1136377</guid>
      <dc:creator />
      <dc:date>2013-10-16T13:45:51Z</dc:date>
    </item>
  </channel>
</rss>

