<?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 Listbox Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-Selection/m-p/443780#M1160813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have dimension table with one column named as&amp;nbsp; week_date.&lt;/P&gt;&lt;P&gt;My fact containing productid,week_date week_value.&lt;/P&gt;&lt;P&gt;In dimension table I have one date in all the 12 months.&lt;/P&gt;&lt;P&gt;But I have only 8 months data in fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application I have one listbox and trend chart.&lt;/P&gt;&lt;P&gt;In listbox I need to show all 12 months.But don't allow to select the months which do not have any data in fact table.&lt;/P&gt;&lt;P&gt;and need to show those recods as gray.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am attaching my application and excel files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Nov 2012 08:47:52 GMT</pubDate>
    <dc:creator>sibin_jacob</dc:creator>
    <dc:date>2012-11-18T08:47:52Z</dc:date>
    <item>
      <title>Listbox Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Selection/m-p/443780#M1160813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have dimension table with one column named as&amp;nbsp; week_date.&lt;/P&gt;&lt;P&gt;My fact containing productid,week_date week_value.&lt;/P&gt;&lt;P&gt;In dimension table I have one date in all the 12 months.&lt;/P&gt;&lt;P&gt;But I have only 8 months data in fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application I have one listbox and trend chart.&lt;/P&gt;&lt;P&gt;In listbox I need to show all 12 months.But don't allow to select the months which do not have any data in fact table.&lt;/P&gt;&lt;P&gt;and need to show those recods as gray.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am attaching my application and excel files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 08:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Selection/m-p/443780#M1160813</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2012-11-18T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Selection/m-p/443781#M1160816</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 could use a flag to determine the table that is fetching the month field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supposing you already have twelve months data in the script which would appear in a single list box, it is not possible in QlikView to have a selection pattern where white values (read: months which have data) can be &lt;STRONG&gt;selected &lt;/STRONG&gt;and gray values (read: months which do not have data) can be &lt;STRONG&gt;read-only &lt;/STRONG&gt;in a single object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is against how QlikView works .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the option to set the listbox as read-only, but then all your fields irrespective of whether they have data or not will be read only - which is not what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can just hide the months which do not have data. To do this, &lt;/P&gt;&lt;P&gt; Go the list box properties--&lt;STRONG&gt;General &lt;/STRONG&gt;tab and check the box for &lt;STRONG&gt;Hide Excluded&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optionally, you could use two separate list boxes for that purpose - one field showing only those months which have data and other field showing only those months which do not have data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 17:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Selection/m-p/443781#M1160816</guid>
      <dc:creator />
      <dc:date>2012-11-19T17:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Selection/m-p/443782#M1160817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the list box use&amp;nbsp; &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week_Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;0,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week_Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please also see the attached QV application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Mhatim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 11:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Selection/m-p/443782#M1160817</guid>
      <dc:creator />
      <dc:date>2012-11-21T11:51:02Z</dc:date>
    </item>
  </channel>
</rss>

