<?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: Condition enabling of expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918509#M983985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Check the attached application tab- Reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95617_Capture.JPG" style="height: 555px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 08:19:42 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-08-11T08:19:42Z</dc:date>
    <item>
      <title>Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918501#M983974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pivot table which contains 5 expressions. here A,E will not respond to Record selections.&lt;/P&gt;&lt;P&gt;If i click on B table should display A,E,B expressions and If i click on B,C then A,B,C,E should show in the table.&lt;/P&gt;&lt;P&gt;I have tried many ways but didn't get solution.If i click on single record like B or C or D it's working but when i select B and C then it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached sample QVW. Could you please take a look into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918501#M983974</guid>
      <dc:creator />
      <dc:date>2015-08-11T07:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918502#M983975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what your qvw looks like because I am using PE version of QlikView, but may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Field += {'A', 'E'}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918502#M983975</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-11T07:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918503#M983976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the epxression condition you check for single character but when two Records are selected you get e.g.B,C&lt;/P&gt;&lt;P&gt;so use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;substringcount&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;Record&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','),'C')&amp;gt;0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;replace C for your other expressions!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918503#M983976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T07:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918504#M983977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use the substringcount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&amp;nbsp; conditional expression for B expression&lt;/P&gt;&lt;P&gt;GetSelectedCount(Record)=0 or SubStringCount(Concat(Record, '|'), 'B') // GetFieldSelections(Record,',')='B'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918504#M983977</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-11T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918505#M983978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA of screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918505#M983978</guid>
      <dc:creator />
      <dc:date>2015-08-11T07:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918506#M983979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" href="https://community.qlik.com/people/chirums1"&gt;chiranjeevi&lt;/A&gt;‌ for the screenshot. Are they 5 different expressions or just one expression??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918506#M983979</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-11T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918507#M983981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918507#M983981</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-08-11T07:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918508#M983983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One More solution, may be &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;you can just use the &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubStringCount(Concat(Record),'B') in Enable Condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918508#M983983</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-11T07:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Condition enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918509#M983985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Check the attached application tab- Reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95617_Capture.JPG" style="height: 555px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 08:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-enabling-of-expression/m-p/918509#M983985</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-11T08:19:42Z</dc:date>
    </item>
  </channel>
</rss>

