<?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: Conditional Dimension - does it have limits? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349559#M415002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was your expression previously (before making any changes I suggested)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2017 17:26:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-07-07T17:26:21Z</dc:date>
    <item>
      <title>Conditional Dimension - does it have limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349556#M414999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app where I have a Pivot Table that shows 1 dimension by default and 10 more should be able to get activated by using the conditional dimension feature of QV 11.&lt;/P&gt;&lt;P&gt;It works fine when selecting the first extra 5 dimension. However, when I select a 7th dimension to be shown the current selection switches to NOT and shows the not selected ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when I select all dimensions at the same time only the default dimension is being shown.&lt;/P&gt;&lt;P&gt;Does anybody know if there are limitations on how many columns can be selected as conditional dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Susanne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349556#M414999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Dimension - does it have limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349557#M415000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the third argument to increase the number of selections showed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=GetFieldSelections(_Dimension, ',', &lt;SPAN style="color: #ff0000;"&gt;20&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;UPDATE: Also, look here&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm"&gt;GetFieldSelections ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349557#M415000</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-07T16:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Dimension - does it have limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349558#M415001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm..&lt;/P&gt;&lt;P&gt;when I use it with the way you describe then now all columns are visible as soon as I select only 1 dimension. My conditional formula is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Label1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Label1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',Type',20)&amp;gt;=1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349558#M415001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T17:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Dimension - does it have limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349559#M415002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was your expression previously (before making any changes I suggested)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349559#M415002</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-07T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Dimension - does it have limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349560#M415003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Label1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 8pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Label1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),Type')&amp;gt;=1 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349560#M415003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T17:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Dimension - does it have limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349561#M415004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetSelectedCount(Label1) &amp;gt; 0 and SubStringCount(GetFieldSelections(Label1, ', ', 20),'Type') &amp;gt;= 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349561#M415004</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-07T17:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Dimension - does it have limits?</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349562#M415005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU ROCK!! THANKS!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Dimension-does-it-have-limits/m-p/1349562#M415005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T17:42:23Z</dc:date>
    </item>
  </channel>
</rss>

