<?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 How to display field values conditionally in list box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213554#M856663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have two list boxes both list boxes contains week field, first list box should show all weeks and second list box should show if i select Tuesday in first list box second list box should show Wednesday,Thursday,Friday,Sat.......&amp;nbsp; after selected all values&lt;/P&gt;&lt;P&gt;How can i achieve please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Akina0929</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to display field values conditionally in list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213554#M856663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have two list boxes both list boxes contains week field, first list box should show all weeks and second list box should show if i select Tuesday in first list box second list box should show Wednesday,Thursday,Friday,Sat.......&amp;nbsp; after selected all values&lt;/P&gt;&lt;P&gt;How can i achieve please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&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/How-to-display-field-values-conditionally-in-list-box/m-p/1213554#M856663</guid>
      <dc:creator>Akina0929</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display field values conditionally in list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213555#M856664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;List boxes are basically objects to select field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming we can create a list box 1 with values Monday to Sunday and a list box 2 showing the same values.&lt;/P&gt;&lt;P&gt;Assuming also you select Tuesday in list box 1 and this filters the second list box to values Wednesday to Sunday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, given that a use might select then e.g. Thursday in the list box 2, how should this then &lt;/P&gt;&lt;P&gt;a) change the list box 1 selection&lt;/P&gt;&lt;P&gt;b) affect all other chart objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or put it in other words: what do you want to achieve with this constrcut?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2017 09:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213555#M856664</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-04T09:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to display field values conditionally in list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213556#M856665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If above is just a - maybe not well chosen - example, then you can use any calculated dimension as field expression (enter the field expression in &amp;lt;expression&amp;gt; dialog from dropdown list on list box properties general tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( YearField &amp;gt; 2010, YearField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will show only years &amp;gt; 2010 in the list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2017 09:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213556#M856665</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-04T09:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to display field values conditionally in list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213557#M856666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it's not 100% clear what you want to achieve.&lt;/P&gt;&lt;P&gt;If you have a quite chaotic data model you could "cheat" by using aggr()-Listboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;TABLE1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; F1&lt;BR /&gt; 1&lt;BR /&gt; 2&lt;BR /&gt; 3&lt;BR /&gt; 4&lt;BR /&gt; 5&lt;BR /&gt; 6&lt;BR /&gt; 7&lt;BR /&gt; 8&lt;BR /&gt; 9&lt;BR /&gt; 10&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; TABLE2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; F2&lt;BR /&gt; 2&lt;BR /&gt; 4&lt;BR /&gt; 6&lt;BR /&gt; 8&lt;BR /&gt; 10&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151997_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151998_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2017 10:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-field-values-conditionally-in-list-box/m-p/1213557#M856666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-04T10:10:33Z</dc:date>
    </item>
  </channel>
</rss>

