<?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 condtion on dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885169#M308699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to over-engineer...&amp;nbsp; Try this, for each dimension:&lt;/P&gt;&lt;P&gt;match(MenuSelections, 'Revenue','Expense', '' ...)&lt;/P&gt;&lt;P&gt;Different list for each dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jun 2015 04:00:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-13T04:00:29Z</dc:date>
    <item>
      <title>Enable condtion on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885166#M308696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a condition (in enable condition from the dimension tab in a pivot table).&amp;nbsp; I have the following table. I have a list box for the MenuSelection field. Depending on what is selected the dimension in the pivot table will (or won't be enabled):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;DynamicDimension table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MenuSelection&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dimension&lt;/P&gt;&lt;P&gt;Revenue&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch&lt;/P&gt;&lt;P&gt;Revenue&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department&lt;/P&gt;&lt;P&gt;Revenue&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line of Business&lt;/P&gt;&lt;P&gt;Expense&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch&lt;/P&gt;&lt;P&gt;Expense&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the user selects "Revenue" (in the List Box) then in the pivot table Branch, Department and Line of Business will be enabled, but if Expense is selected (in the List Box) then only the Branch or Department dimensions will enabled but the Line of Business dimension field will not be enable because it is not associated with Expenses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 03:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885166#M308696</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-06-13T03:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enable condtion on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885167#M308697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you don't need any condition on Branch and Department dimensions, but need only for Line of Business.&amp;nbsp; Condition will be:&lt;/P&gt;&lt;P&gt;MenuSelection = 'Revenue'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 03:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885167#M308697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-13T03:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Enable condtion on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885168#M308698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually that table is just a small representation of many more records. For example I want to set up a dimension for Branch and maybe 7 out of 10 selections in the ListBox are related to Branch. If one of those is selected then Branch will be enabled. Some kind of aggr function or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 03:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885168#M308698</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-06-13T03:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enable condtion on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885169#M308699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to over-engineer...&amp;nbsp; Try this, for each dimension:&lt;/P&gt;&lt;P&gt;match(MenuSelections, 'Revenue','Expense', '' ...)&lt;/P&gt;&lt;P&gt;Different list for each dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 04:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885169#M308699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-13T04:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enable condtion on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885170#M308700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the chart Properties -&amp;gt; Dimension tab&lt;/P&gt;&lt;P&gt;For Dimension Line of Business put below condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(MenuSelection)&amp;gt;0,&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(MenuSelection)='Revenue',1,0),1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Dimensions Branch, Department put below condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if(GetSelectedCount(MenuSelection)&amp;gt;0,&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(MenuSelection)='Revenue',1,0),1)) or&lt;/P&gt;&lt;P&gt;(if(GetSelectedCount(MenuSelection)&amp;gt;0,&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(MenuSelection)='Expense',1,0),1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 06:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885170#M308700</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-13T06:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enable condtion on dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885171#M308701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this as calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Pivot_Table_Dimension,$(=chr(39)&amp;amp;Concat(Dimension ,chr(39)&amp;amp;','&amp;amp;chr(39))&amp;amp;chr(39))),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Pivot_Table_Dimension&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then suppress null values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample is attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 12:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Enable-condtion-on-dimension/m-p/885171#M308701</guid>
      <dc:creator />
      <dc:date>2015-06-13T12:06:57Z</dc:date>
    </item>
  </channel>
</rss>

