<?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: how to use if statement in chart expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255742#M495910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...How can I get a substring?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 17:27:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-08T17:27:53Z</dc:date>
    <item>
      <title>how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255725#M495893</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 need to use IF statement in an expression&amp;nbsp; for a standard chart; I'm explaining with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table like this:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;PK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;FK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;User may select (or not) a set of data with different values for FK and cannot select FK values, but the chart has to create an expression like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Show the trend of values having FK = 2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I may consider to implement a second line with a different FK value, and compare it with the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already used an expression like this:&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;If(value &amp;gt; genericVar, value, Null())&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems it works very well.&lt;/P&gt;&lt;P&gt;&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;If(FK = 2, value, Null())&lt;/PRE&gt;&lt;P&gt;it seems it doesn't work very well - how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Count(If(FK = 2, value, Null()))&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems it works very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 10:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255725#M495893</guid>
      <dc:creator />
      <dc:date>2012-02-06T10:24:03Z</dc:date>
    </item>
    <item>
      <title>how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255726#M495894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with ='2'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 13:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255726#M495894</guid>
      <dc:creator />
      <dc:date>2012-02-06T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255727#M495895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;CODE class="jive-code"&gt;If(FK = 2, sum(value), Null())&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace; font-size: 10pt;"&gt;If(FK = 2, max(value), Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 14:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255727#M495895</guid>
      <dc:creator />
      <dc:date>2012-02-06T14:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255728#M495896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me little bit more.. Show any output with example. what you want according to your data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the dimension? &lt;/P&gt;&lt;P&gt;What is the result you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 14:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255728#M495896</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-02-06T14:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255729#M495897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the first table, then the expression has to use values with FK = 2; the chart result must be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11013_test.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG height="271" width="553" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the user will select FK &amp;lt;&amp;gt; 2, then the chart cannot show any data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255729#M495897</guid>
      <dc:creator />
      <dc:date>2012-02-06T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255730#M495898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried FK = '2', but it still seems it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;CODE class="jive-code"&gt;Do "If(FK = 2, sum(value), Null())" and "&lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; font-size: 10pt;"&gt;If(FK = 2, max(value), Null())" modify the value of record?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255730#M495898</guid>
      <dc:creator />
      <dc:date>2012-02-06T15:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255731#M495899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want this result means..&lt;/P&gt;&lt;P&gt;Just goto properites -&amp;gt; presentation tab -&amp;gt; uncheck suppress zero values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if not please explain clearly what you want step by step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 08:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255731#M495899</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-02-07T08:04:58Z</dc:date>
    </item>
    <item>
      <title>how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255732#M495900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;CODE class="jive-code"&gt;Sum(If(FK = 2, value, Null())&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Just goto properites -&amp;gt; presentation tab -&amp;gt; uncheck suppress zero values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&amp;nbsp; If it not works can you attach sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 09:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255732#M495900</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-07T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255733#M495901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mmm I tried with an example and expressions now work as well...&lt;/P&gt;&lt;P&gt;Maybe a bug in my expression...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see an example (see attachment)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255733#M495901</guid>
      <dc:creator />
      <dc:date>2012-02-08T15:55:42Z</dc:date>
    </item>
    <item>
      <title>how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255734#M495902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If works with number: If ([var] = 1, &amp;lt;do this&amp;gt;, &amp;lt;else do this other&amp;gt;);&lt;/P&gt;&lt;P&gt;How does it work with string? Can I do this If ([var] = 'var', &amp;lt;do this&amp;gt;, &amp;lt;else do this other&amp;gt;)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255734#M495902</guid>
      <dc:creator />
      <dc:date>2012-02-08T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255735#M495903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255735#M495903</guid>
      <dc:creator />
      <dc:date>2012-02-08T16:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255736#M495904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your example it's ok, what is the problem? Take attenction that 0 it't different to null()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255736#M495904</guid>
      <dc:creator />
      <dc:date>2012-02-08T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255737#M495905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried to use 'AA01' instead 1 and 'AA02' instead 2: the chart doesn't work.&lt;/P&gt;&lt;P&gt;The expressions If(status = 'AA01', QTA, 0) and If(status = 'AA02', QTA, 0) always return 0: the lines are fully 0...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255737#M495905</guid>
      <dc:creator />
      <dc:date>2012-02-08T16:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255738#M495906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In example Test.qvw I can't see status='AA01' or 'AA02', I see only 1 and 0002 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255738#M495906</guid>
      <dc:creator />
      <dc:date>2012-02-08T17:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255739#M495907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's an old example. After that post I tried to use new set of data (with AA01 and AA02) and now it works. My real document doesn't want to compare a column with a string &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; dunno why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255739#M495907</guid>
      <dc:creator />
      <dc:date>2012-02-08T17:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255740#M495908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your example it's ok, it works. Try to post a screenshot where we can see the column with data and the chart expression&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255740#M495908</guid>
      <dc:creator />
      <dc:date>2012-02-08T17:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255741#M495909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already changed my document some weekes ago making a table per status, but I thought that was not a good solution and QlikView must do a string compare in expression... So I wrote here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is similar to my document, the problem is not only referring to a document, but I just need to know how to do in general.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255741#M495909</guid>
      <dc:creator />
      <dc:date>2012-02-08T17:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255742#M495910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...How can I get a substring?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255742#M495910</guid>
      <dc:creator />
      <dc:date>2012-02-08T17:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255743#M495911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF( &lt;EM&gt;Left&lt;/EM&gt;(Examplestring,5) = 'Hello', Thenaction, Elseaction)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 14:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255743#M495911</guid>
      <dc:creator>Davidoff</dc:creator>
      <dc:date>2012-02-09T14:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to use if statement in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255744#M495912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your answers ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 15:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-if-statement-in-chart-expression/m-p/255744#M495912</guid>
      <dc:creator />
      <dc:date>2012-02-10T15:46:16Z</dc:date>
    </item>
  </channel>
</rss>

