<?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: Expression - condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808647#M1033518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest doing the heavy lifting within the script if possible. By doing that you will simplify your expression, in addition the performance will also increase, because it won't have to go through the if statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with that said, instead of me troubleshooting the formula without knowing what any of this means, I suggest you to share an application with some dummy data and we can help you resolve your issue from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2015 15:40:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-02-10T15:40:44Z</dc:date>
    <item>
      <title>Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808616#M1033480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an straight table with an expression:&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the correct syntax for setting condition for showing record only if expression value &amp;gt; 3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808616#M1033480</guid>
      <dc:creator />
      <dc:date>2015-02-02T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808617#M1033481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt)&amp;gt;3,&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt)&lt;/P&gt;&lt;P&gt;,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 11:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808617#M1033481</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-02T11:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808618#M1033482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I think, my question was not clear for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal IS NOT TO SHOW ZERO, when the&amp;nbsp; result of the expression is &amp;lt; 3, &lt;/P&gt;&lt;P&gt;but my goal is TO HIDE THE RECORD, if the result of the expression &amp;lt; 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808618#M1033482</guid>
      <dc:creator />
      <dc:date>2015-02-02T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808619#M1033483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dusan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have option to suppress the 0 values that's why in the above expression he is setting to 0 so that it will meet your requirement of hiding the values &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808619#M1033483</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-02T12:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808620#M1033484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;maybe you can use a calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt) &amp;gt;3, YourDimension, null())&lt;/P&gt;&lt;P&gt;and set Supprese When Value is null.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808620#M1033484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T12:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808621#M1033485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I understand - I need to put the formula above into the field definition, not into the condition definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the solution doesn't work the way I need &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Maybe the problem is that there are many other columns in the table.&lt;/P&gt;&lt;P&gt;I need to show ONLY green records.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snap_2015.02.02 13.14.01_001.jpg" class="image-1 jive-image" src="/legacyfs/online/76871_Snap_2015.02.02 13.14.01_001.jpg" style="height: 160px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808621#M1033485</guid>
      <dc:creator />
      <dc:date>2015-02-02T12:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808622#M1033486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you only have that expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt) &amp;gt; 3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808622#M1033486</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-02T12:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808623#M1033487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dusan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you mean by Green records here??&lt;/P&gt;&lt;P&gt;can you please elaborate your requirement and if possible post you app ? so that we can get the Exact requirement that you r looking for&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808623#M1033487</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-02T12:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808624#M1033488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are records 2,6,7,and 9 in the screenshot above marked green (entirely right, column name= Test).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808624#M1033488</guid>
      <dc:creator />
      <dc:date>2015-02-02T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808625#M1033490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a condition: suppress 0 values, if this condition is set then the record disappear automatically (If this is your inly expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808625#M1033490</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-02T12:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808626#M1033492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have not selected the suppress ZERO option, go to presentation tab and select the check box &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qv.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76848_Qv.png" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808626#M1033492</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-02T13:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808627#M1033494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I have Supress Zero Values checked &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm afraid, that the problem is, that there are various columns/ expressions in the table...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snap_2015.02.02 14.10.03_003.jpg" class="image-1 jive-image" src="/legacyfs/online/76874_Snap_2015.02.02 14.10.03_003.jpg" style="height: 551px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808627#M1033494</guid>
      <dc:creator />
      <dc:date>2015-02-02T13:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808628#M1033496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same condition for all your expressions in the particular table:&lt;/P&gt;&lt;P&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;STRONG&gt;If(count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt)&amp;gt;3, yourExpression, 0)&lt;/STRONG&gt;&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This will completely remove those rows.&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this is what you are looking for&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&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;S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808628#M1033496</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-02T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808629#M1033498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but unfortunately, this is not my only expression.&lt;/P&gt;&lt;P&gt;There are various other expressions, but my goal is to hide record according to the value in this only column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808629#M1033498</guid>
      <dc:creator />
      <dc:date>2015-02-02T13:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808630#M1033500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even better option is to put this as a condition is all your other expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Test] &amp;gt; 0, yourExpression,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808630#M1033500</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-02T13:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808631#M1033502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, sunindia, your suggestion doesn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Test" is only label for my column with expression:&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}&amp;gt;}Projekt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808631#M1033502</guid>
      <dc:creator />
      <dc:date>2015-02-02T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808632#M1033503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And label is what I am intending for you to use, but make sure its within the square bracket. (It should turn Blue when its within the&amp;nbsp; square brackets []&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808632#M1033503</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-02T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808633#M1033504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, no blue turn &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Error message: Bad field name(s): [Test] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808633#M1033504</guid>
      <dc:creator />
      <dc:date>2015-02-02T13:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808634#M1033505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA a sample I prepared for you. Contains two straight table. One where Units are forced to be 0 and second where those 2 rows are completly removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808634#M1033505</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-02T13:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression - condition</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808635#M1033506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the sample qvw file I have attached and see if that makes sense. If not then I would suggest you attach a sample file of yours so that we can see what exactly is going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-condition/m-p/808635#M1033506</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-02T13:45:44Z</dc:date>
    </item>
  </channel>
</rss>

