<?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 Enable one selection based on other in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593639#M220020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have Year and Month selection. I want to keep Month Read only untill someone click on Year Seleciton. So idea is that User should pick a year and then Month. Without picking a year and selecting a Month will give them aggregation of all years for that month which they might not want.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56437_Screenshot.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 17:25:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-02T17:25:11Z</dc:date>
    <item>
      <title>Enable one selection based on other</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593639#M220020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have Year and Month selection. I want to keep Month Read only untill someone click on Year Seleciton. So idea is that User should pick a year and then Month. Without picking a year and selecting a Month will give them aggregation of all years for that month which they might not want.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56437_Screenshot.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593639#M220020</guid>
      <dc:creator />
      <dc:date>2014-04-02T17:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Enable one selection based on other</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593640#M220021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place one text object on &lt;STRONG&gt;Month list box&lt;/STRONG&gt; and make it transparent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for text object Layout--&amp;gt; Layer --&amp;gt; Top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Layout--&amp;gt; Conditional --&amp;gt; GetSelectedCount(Year) =0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593640#M220021</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-04-02T17:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enable one selection based on other</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593641#M220022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Take one Year List box&lt;/P&gt;&lt;P&gt;2.Month list box one is set to Read only and in Properties -&amp;gt; layout -&amp;gt; conditional -&amp;gt; type =GetSelectedCount(YourYearField)=0.&lt;/P&gt;&lt;P&gt;3.Place second Month list exactly on below of the first month list box and dont make it read only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever any user click on month list box he not able to select it when ever he select the year then it will active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593641#M220022</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-02T17:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enable one selection based on other</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593642#M220023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you will be selecting only one year and one month, having two list boxes, one for year and the second one for month, conditionally enabled on year being selected will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to select more than one month in the application, having Year-Month field and selecting Year-Month will be desirable option. What if you want to select 2013-Dec and 2014-Jan?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593642#M220023</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-04-02T17:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enable one selection based on other</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593643#M220024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would just set a show condition on the Month list box.&amp;nbsp; This is set on the Layout tab under &lt;STRONG&gt;Show Conditional&lt;/STRONG&gt;.&amp;nbsp; It would need to be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;GetPossibleCount(Year) = 1 or GetSelectedCount(Month) &amp;lt;&amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means the month list box would also show if the month had been selected some other way (perhaps by highlighting bars on a chart).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, I would take the time to educate your users about Green, White and Gray, and what selecting a Month without a year will do for them.&amp;nbsp; It works the same way as any other list box and you are expecting them to deal with that?&amp;nbsp; Another way to do dates (which allows selected the end of one year and the start of another) is to have a multibox of Month/Year values - rather than separating out the two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593643#M220024</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-04-02T18:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enable one selection based on other</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593644#M220025</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 brought one more list box and made it read only..upon seleting year, i am hiding it and unhiding selectable.&lt;/P&gt;&lt;P&gt;Thanks all,,,&amp;nbsp; I was looking to use only one list box with some condition that could make it disable if no value in year waas selected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593644#M220025</guid>
      <dc:creator />
      <dc:date>2014-04-02T19:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enable one selection based on other</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593645#M220026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Without picking a year and selecting a Month will give them aggregation of all years for that month which they might not want.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In this case 'always one selected' property is worth to use for the Year listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 18:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-one-selection-based-on-other/m-p/593645#M220026</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-06-01T18:22:03Z</dc:date>
    </item>
  </channel>
</rss>

