<?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: Enable Conditional for Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588265#M1102467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for BL show/hide condition (when one Division is selected) is true even when u select one BL. may be you write something like. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BL show hide condition : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;getselectedcount(Division) = 1 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;getselectedcount&lt;/SPAN&gt;(BL) =0&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;&lt;BR /&gt;&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;if you can provide a sample file, it will be easier. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 19:10:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-01T19:10:55Z</dc:date>
    <item>
      <title>Enable Conditional for Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588262#M1102464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I just started using QlikView&amp;nbsp; and am trying to use the Count(DISTINCT(dimension))=1 so that a dimension will only be visible when a single value from a dimension a level above is selected. My dimensions are:&lt;/P&gt;&lt;P&gt;Period&lt;/P&gt;&lt;P&gt;Division&lt;/P&gt;&lt;P&gt;BL&lt;/P&gt;&lt;P&gt;Desk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the expression Count(DISTINCT(dimension))=1 as the condition and this works well for BL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56360_2.png" style="width: 620px; height: 413px;" /&gt;&lt;/P&gt;&lt;P&gt;However, when I select a distinct business line the desks are not displayed.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56361_3.png" style="width: 620px; height: 413px;" /&gt;&lt;/P&gt;&lt;P&gt;It's not until I select a single period that the desk is displayed.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56362_4.png" style="width: 620px; height: 413px;" /&gt;&lt;/P&gt;&lt;P&gt;How can I get the desk to display regardless of the number of periods (creationmonthyear lable) selected?&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;Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 18:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588262#M1102464</guid>
      <dc:creator />
      <dc:date>2014-04-01T18:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Conditional for Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588263#M1102465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not really able to understand ur problem, but i believe you can use a function&amp;nbsp; getselectedcount(fieldname) = 1 to control your dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 18:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588263#M1102465</guid>
      <dc:creator />
      <dc:date>2014-04-01T18:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Conditional for Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588264#M1102466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I'll try to clarify.&amp;nbsp; I'm using the Count(DISTINCT(dimension))=1 to control what data is displayed, so for BL the condition is Count(Distinct(Division))=1.&amp;nbsp; This works fine.&amp;nbsp; However, for Desk, the condition Count(DISTINCT(BL))=1 only works when I select a single month-year period like in the final screenshot above.&amp;nbsp; When a single BL is selected I want the Desk(s) to show regardless of the number of months selected. (Hope this helps clarify)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried getselectedcount(fieldname) = 1 but had the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588264#M1102466</guid>
      <dc:creator />
      <dc:date>2014-04-01T19:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Conditional for Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588265#M1102467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for BL show/hide condition (when one Division is selected) is true even when u select one BL. may be you write something like. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BL show hide condition : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;getselectedcount(Division) = 1 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;getselectedcount&lt;/SPAN&gt;(BL) =0&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;&lt;BR /&gt;&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;if you can provide a sample file, it will be easier. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-Conditional-for-Dimensions/m-p/588265#M1102467</guid>
      <dc:creator />
      <dc:date>2014-04-01T19:10:55Z</dc:date>
    </item>
  </channel>
</rss>

