<?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 Enabling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144047#M374525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed you are using the pipes to be able to filter Commercial Banking even when there are more than one value selected in these fields and even when there are other field values that contain this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;'|' &amp;amp; GetFieldSelections([Raiser Organisation]) &amp;amp; '|&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return in these cases and what would the SubstringCount() return then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, looking at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|Commercial Banking,Other Value Selected|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: and with regard to the max_number optional argument, 10000 is indeed quite a large number for possible selections, but the default 6 is might be a bit too low, too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 17:20:47 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-17T17:20:47Z</dc:date>
    <item>
      <title>Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144043#M374521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use a conditional enabling in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see, if the report meets the below mentioned condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;[Raiser Organisation]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt;&amp;gt; 'Commercial Banking' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&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;[Issues Organisation]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt;&amp;gt; 'Commercial Banking'&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&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;[Owner Organisation]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt;&amp;gt; 'Commercial Banking'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&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;[Resolver Organisation]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt;&amp;gt; 'Commercial Banking'&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&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;[Responsible Organisation]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt;&amp;gt; 'Commercial Banking' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Somehow it is not working. Can anyone guide me why this is not working?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in advance!&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;Varun Reddy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 16:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144043#M374521</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-06-17T16:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144044#M374522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubStringCount('|' &amp;amp; GetFieldSelections([Raiser Organisation]) &amp;amp; '|', '|Commercial Banking|') = 0 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Issues Organisation]) &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp; '|', '|&lt;SPAN style="font-size: 13.3333px;"&gt;Commercial Banking|') = 0 and&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Owner Organisation])&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp; '|', '|&lt;SPAN style="font-size: 13.3333px;"&gt;Commercial Banking|') = 0 and&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Resolver Organisation]) &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp; '|', '|&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Commercial Banking|') = 0 and&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Responsible Organisation]) &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;amp; '|', '|&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Commercial Banking|') = 0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 16:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144044#M374522</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-17T16:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144045#M374523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you need something like this, then, Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SubStringCount('|' &amp;amp; GetFieldSelections([Raiser Organisation]&lt;SPAN style="color: #ff0000;"&gt;,'|',10000&lt;/SPAN&gt;) &amp;amp; '|', '|Commercial Banking|') = 0 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Issues Organisation],'|',10000) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;amp; '|', '|&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Commercial Banking|') = 0 and&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Owner Organisation],&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;'|',10000&lt;/STRONG&gt;)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;amp; '|', '|&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Commercial Banking|') = 0 and&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Resolver Organisation]&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;,'|',10000&lt;/STRONG&gt;) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;amp; '|', '|&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Commercial Banking|') = 0 and&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SubStringCount('|' &amp;amp; &lt;/SPAN&gt;GetFieldSelections([Responsible Organisation]&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;,'|',10000&lt;/STRONG&gt;) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;amp; '|', '|&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Commercial Banking|') = 0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144045#M374523</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T17:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144046#M374524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed that there are not two many selections available between each of the field names given above. But yes, if there is a possibility for 10000 possible selection. You might need that, if there is more than than, then adjust accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to the additional, '|', that is not needed, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144046#M374524</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-17T17:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144047#M374525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed you are using the pipes to be able to filter Commercial Banking even when there are more than one value selected in these fields and even when there are other field values that contain this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;'|' &amp;amp; GetFieldSelections([Raiser Organisation]) &amp;amp; '|&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return in these cases and what would the SubstringCount() return then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, looking at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|Commercial Banking,Other Value Selected|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: and with regard to the max_number optional argument, 10000 is indeed quite a large number for possible selections, but the default 6 is might be a bit too low, too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144047#M374525</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T17:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144048#M374526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right and you are right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144048#M374526</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-17T17:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144049#M374527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny and Swuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick responses. What was the mistake I was doing and why are we using pipes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144049#M374527</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-06-17T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144050#M374528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelections(FieldName) gives an output like this -&amp;gt; Value1, Value2, Value3.... When you are checking it against Value1, Value2, Value3 &amp;lt;&amp;gt; &lt;STRONG&gt;Value4&lt;/STRONG&gt;... What do you think it would give? True and it would still be true if you have this: &lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Value1, Value2, &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; line-height: 1.5em;"&gt;Value4&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt; &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; line-height: 1.5em;"&gt;Value4 &lt;/STRONG&gt; because the comparison is not against single value but against the whole string of comma separated value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubStringCount() can look for a string within a list... So using that we checked if Value4 is available within Value1, Value2, Value3... If it is, the expression will give 1, else it will give 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of Pipes is to make sure that Value4 is evaluated differently than Value41 by doing a comparison of |Value4| against |Value1|, |Value2|....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144050#M374528</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-17T17:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Enabling</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144051#M374529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Enabling/m-p/1144051#M374529</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-06-17T17:56:02Z</dc:date>
    </item>
  </channel>
</rss>

