<?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: Problem with a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424462#M158135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what I want to say is. The test of the if is working. So&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( $(vUtPe) &amp;gt;= 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Test works fine. So it goes on and i can put my var here. unfortunately whene i put $(vUtPe) here, it doesn't&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; work. But if I put a string like "I TEST POSITIVE" it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;THANKS A LOT for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 08:14:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-18T08:14:29Z</dc:date>
    <item>
      <title>Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424457#M158130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm in trouble using a variable on my designe.&lt;/P&gt;&lt;P&gt;I built a pivot table and I have to insert my expression.&lt;/P&gt;&lt;P&gt;the expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( $(vUtPe) &amp;gt;= 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vUtPe)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where $(vUtPe) is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ $&amp;lt;D_LIV1={BITI},D_LIV2={ATTIVO},Partite.Anno={ 2012}&amp;gt; } Partite.WRBTR) &lt;/P&gt;&lt;P&gt;+ &lt;/P&gt;&lt;P&gt;sum({ $&amp;lt;D_LIV1={BITI},D_LIV2={PASSIVO},Partite.Anno={ 2012}&amp;gt; } Partite.WRBTR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately it doesn't show me the result. I mean the test say OK is &amp;gt;0 but I don't have the result on my row. To be clearer it doesn't show me that records.&lt;/P&gt;&lt;P&gt;If I write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( $(vUtPe) &amp;gt;= 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'OK &amp;gt;0'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works. I have the row with " Ok &amp;gt; 0 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand what is going on.&lt;/P&gt;&lt;P&gt;The if test is working but when i try to put the variable as result it doesn't work.&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 15:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424457#M158130</guid>
      <dc:creator />
      <dc:date>2012-10-17T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424458#M158131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to add equal sign in expression of variable &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;$(vUtPe)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial; font-size: 12.800000190734863px;"&gt;sum({ $&amp;lt;D_LIV1={BITI},D_LIV2={ATTIVO},Partite.Anno={ 2012}&amp;gt; } Partite.WRBTR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;+&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;sum({ $&amp;lt;D_LIV1={BITI},D_LIV2={PASSIVO},Partite.Anno={ 2012}&amp;gt; } Partite.WRBTR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.800000190734863px; color: #737373; font-family: Arial;"&gt;MC&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 15:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424458#M158131</guid>
      <dc:creator />
      <dc:date>2012-10-17T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424459#M158132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried, but it doesn't work.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 07:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424459#M158132</guid>
      <dc:creator />
      <dc:date>2012-10-18T07:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424460#M158133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dnt understand from where OK comes into the if expression in place of the variables ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 08:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424460#M158133</guid>
      <dc:creator />
      <dc:date>2012-10-18T08:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424461#M158134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try experimenting without the dollar sign expansion, or by putting the variable in single quotes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 08:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424461#M158134</guid>
      <dc:creator>kouroshkarimi</dc:creator>
      <dc:date>2012-10-18T08:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424462#M158135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what I want to say is. The test of the if is working. So&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( $(vUtPe) &amp;gt;= 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Test works fine. So it goes on and i can put my var here. unfortunately whene i put $(vUtPe) here, it doesn't&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; work. But if I put a string like "I TEST POSITIVE" it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;THANKS A LOT for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 08:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424462#M158135</guid>
      <dc:creator />
      <dc:date>2012-10-18T08:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424463#M158136</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 tried both solutions.&lt;/P&gt;&lt;P&gt;Unfortunately they don't work.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 08:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424463#M158136</guid>
      <dc:creator />
      <dc:date>2012-10-18T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424464#M158137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I would try writing your expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( $(vUtPe) &amp;gt;= 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(=vUtPe)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is that extra equal-sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I would try creating textbox with expression =$(=vUtPe)and see what it gives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I would replace vUtPe in original expression with new variable (lets say LET A = '1';)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last I would place that original variable vUtPe to table as an expression, without label, and check how dollar sign expansion is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this point you know where the problem is and you can solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Miikka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 08:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424464#M158137</guid>
      <dc:creator>miikkaqlick</dc:creator>
      <dc:date>2012-10-18T08:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424465#M158138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miikka,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried but it doesn't work.&lt;/P&gt;&lt;P&gt;Fortunately , i understood why it doesn't show the variable.&lt;/P&gt;&lt;P&gt;It's my fault because I ever have to think about how Qlik works.&lt;/P&gt;&lt;P&gt;I wanted to put a general result on a row so in a particular result.&lt;/P&gt;&lt;P&gt;obviously it was a mistake.&lt;/P&gt;&lt;P&gt;So it was sufficient to write my var with tis expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( TOTAL { $&amp;lt;D_LIV1={BITI},D_LIV2={ATTIVO},Partite.Anno={ 2012}&amp;gt; } Partite.WRBTR) &lt;/P&gt;&lt;P&gt;+ &lt;/P&gt;&lt;P&gt;sum( TOTAL { $&amp;lt;D_LIV1={BITI},D_LIV2={PASSIVO},Partite.Anno={ 2012}&amp;gt; } Partite.WRBTR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adding "TOTAL" in my expression I resolved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU so much to everybody.&lt;/P&gt;&lt;P&gt;This community is fantastic for all of us.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424465#M158138</guid>
      <dc:creator />
      <dc:date>2012-10-18T09:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424466#M158139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather than using an If statement here, which requires the expression to be evaluated twice, I would suggest using RangeMax, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; = RangeMax(0, ($(&lt;SPAN style="color: #737373; font-family: Arial; font-size: 13.333333969116211px; background-color: #ffffff;"&gt;vUtPe&lt;/SPAN&gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should return the expression variable value if it is greater than 0, or 0 if less than zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424466#M158139</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-10-18T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424467#M158140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;THANK YOU so much.&lt;/P&gt;&lt;P&gt;It's a very good idea.&lt;/P&gt;&lt;P&gt;I like it a lot.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424467#M158140</guid>
      <dc:creator />
      <dc:date>2012-10-18T09:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424468#M158141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( $(vUtPe) &amp;gt;= 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(=vUtPe)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( vUtPe &amp;gt;= 0, vUtPe,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424468#M158141</guid>
      <dc:creator />
      <dc:date>2012-10-18T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424469#M158142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;good advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 10:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-a-variable/m-p/424469#M158142</guid>
      <dc:creator />
      <dc:date>2012-10-18T10:30:07Z</dc:date>
    </item>
  </channel>
</rss>

