<?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 of expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606921#M681205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I think we are close :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Single quotes seem to be working for identifying MyGroup but now facing another problem, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I have tried using two options and both the options are disabling expression at all cyclic levels&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Bu Mix')='Business Unit',1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Bu Mix')=[Business Unit],1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Varun&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 11:22:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-21T11:22:52Z</dc:date>
    <item>
      <title>Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606916#M681200</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;How can I enable or disable any expression based on specific Cyclic group level?&lt;/P&gt;&lt;P&gt;Thanks for helping me on this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606916#M681200</guid>
      <dc:creator />
      <dc:date>2014-03-21T10:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606917#M681201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to chart Properties and then Expression tab.&lt;/P&gt;&lt;P&gt;Select the expression which you want to enable or disable based on the condition and then checck the conditional check box and then mention condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="condition.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55550_condition.png" style="width: 620px; height: 228px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606917#M681201</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-03-21T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606918#M681202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use the getcurrentfield function to find out which field is the active one in the cyclic group:&lt;/P&gt;&lt;P&gt;if(getcurrentfield(MyGroup)='Product',1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606918#M681202</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-21T11:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606919#M681203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Wassenaar,&lt;/P&gt;&lt;P&gt;Is there a way to find out MyGroup name? My cyclic group is a dimension named as 'BU Mix' but it not working with that.&lt;/P&gt;&lt;P&gt; =if(getcurrentfield(Bu Mix)='Product',1,0)&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606919#M681203</guid>
      <dc:creator />
      <dc:date>2014-03-21T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606920#M681204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getcurrentfield([Bu Mix])='Product'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note the &lt;EM&gt;square brackets&lt;/EM&gt; around the group name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606920#M681204</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-03-21T11:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606921#M681205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I think we are close :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Single quotes seem to be working for identifying MyGroup but now facing another problem, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I have tried using two options and both the options are disabling expression at all cyclic levels&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Bu Mix')='Business Unit',1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Bu Mix')=[Business Unit],1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Varun&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606921#M681205</guid>
      <dc:creator />
      <dc:date>2014-03-21T11:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606922#M681206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't need the If condition, just &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetCurrentField([Bu Mix]='Business Unit'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return a Boolean, which is what the conditional show requires&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606922#M681206</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-03-21T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606923#M681207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just now tried without If and same result. It is disabled at all levels.&lt;/P&gt;&lt;P&gt;Thank you Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606923#M681207</guid>
      <dc:creator />
      <dc:date>2014-03-21T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional enabling of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606924#M681208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus, Now it worked.&lt;/P&gt;&lt;P&gt;I used following condition :- &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[BU Mix]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='Business Unit'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you so much everyone for help&lt;/SPAN&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, 21 Mar 2014 11:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-enabling-of-expression/m-p/606924#M681208</guid>
      <dc:creator />
      <dc:date>2014-03-21T11:31:44Z</dc:date>
    </item>
  </channel>
</rss>

