<?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 Conditions on expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditions-on-expression/m-p/312008#M497333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a client solution where they have a explaining text as an expression, set as Text as popup on a Dashboard/ Gauge Chart. Is it possible to add a condition to this expression so that it's just shown when RR_Business = Insurance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had solved this in version 10 and 11, but as the client is on version 9 I have to do it differently...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P class="p1"&gt;=' ' &amp;amp; 'Helptext'&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 08:08:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-11T08:08:46Z</dc:date>
    <item>
      <title>Conditions on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditions-on-expression/m-p/312008#M497333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a client solution where they have a explaining text as an expression, set as Text as popup on a Dashboard/ Gauge Chart. Is it possible to add a condition to this expression so that it's just shown when RR_Business = Insurance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had solved this in version 10 and 11, but as the client is on version 9 I have to do it differently...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P class="p1"&gt;=' ' &amp;amp; 'Helptext'&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P&gt;@Ungvall&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager at Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 08:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditions-on-expression/m-p/312008#M497333</guid>
      <dc:creator />
      <dc:date>2011-11-11T08:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditions on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditions-on-expression/m-p/312009#M497334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way would be changing the expression to null or helptext dynamically if Only(RR_Business) = 'Insurance'. Eventhough the popout comes it comes as null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to disable the textas popout dynamically, probably you need to trigger the macro when field selection is changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;set Prop = chart.GetProperties &lt;/P&gt;&lt;P&gt;Prop.ChartProperties.ShowValueInPopup(0) = true 'or false&lt;/P&gt;&lt;P&gt;chart.SetProperties Prop&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 08:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditions-on-expression/m-p/312009#M497334</guid>
      <dc:creator />
      <dc:date>2011-11-11T08:27:11Z</dc:date>
    </item>
  </channel>
</rss>

