<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74762#M12339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(mat_con_qua*-1*[U-D_NL9s]*1.055)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2018 14:41:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-05-22T14:41:30Z</dc:date>
    <item>
      <title>expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74757#M12334</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 have the following expression which i have given in script but the formula is not working at script level where if i take in text box i am geting correct value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Country='Brazil' ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((if(Strategic_Part='Tubes' and not IsNull([U-D_NL9s]) and [U-D_NL9s]&amp;lt;&amp;gt;0 and [U-D_NL9s]&amp;lt;&amp;gt;0.01, mat_con_qua))*-1)*(([U-D_NL9s])*1.055),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me why. with the formula what i write in script i am getting 46k but i should get 1.2K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached app for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 13:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74757#M12334</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T13:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74758#M12335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Country='Brazil',if(Strategic_Part='Tubes' and not IsNull([U-D_NL9s]) and [U-D_NL9s]&amp;lt;&amp;gt;0 and [U-D_NL9s]&amp;lt;&amp;gt;0.01,mat_con_qua))*-1*(([U-D_NL9s]*1.055),0)&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>Tue, 22 May 2018 13:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74758#M12335</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-05-22T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74759#M12336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry your expression is not working..May be did i miss any brace please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 13:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74759#M12336</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74760#M12337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ can you please help Sunny bhai..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 14:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74760#M12337</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74761#M12338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[U-D_NL9s] repeats and using Sum([U-D_NL9s]) is causing the problem... if I use this expression in a chart with [U-D_NL9s] as dimension... I see the right number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(Sum(mat_con_qua*-1)*[U-D_NL9s])*1.055&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for text box object, you can try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr((sum(mat_con_qua*-1)*[U-D_NL9s])*1.055, [U-D_NL9s]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203068_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 14:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74761#M12338</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T14:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74762#M12339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(mat_con_qua*-1*[U-D_NL9s]*1.055)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 14:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74762#M12339</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74763#M12340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny bhai for qucik response, but i need to derive this in script. The condition is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Country='Brazil' ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (if(Strategic_Part='Tubes' and [U-D_NL9s]&amp;lt;&amp;gt;0, mat_con_qua)*-1)*([U-D_NL9s]*1.055),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (if(Strategic_Part&amp;lt;&amp;gt;'Tubes' and [U-D_NL9s]&amp;lt;&amp;gt;0,mat_con_qua)*-1)*([U-D_NL9s]*1.200))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in text box i am giving sum to test but else condition is not working or may be i am doing wrong &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 14:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74763#M12340</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74764#M12341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand? What is the right number and what aren't you getting? Comparing front end number to back end number is not a smart thing because script go through a lot of changes... what you should do is to figure out the number you are hoping to see based on database or based on talking to users or something to that end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 14:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74764#M12341</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T14:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74765#M12342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bhai, hope i will explain clearly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a formula where i should take country brazil and Strategic_Part should be tubes and [U-D_NL9s] should not be null and [U-D_NL9s] should not be 0 and [U-D_NL9s] should not be 0.01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is satisfied then we need to do mat_con_qua *-1*[U-D_NL9s]*1.055 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to derive this i have used the following formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Country='Brazil' ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((if(Strategic_Part='Tubes' and not IsNull([U-D_NL9s]) and [U-D_NL9s]&amp;lt;&amp;gt;0 and [U-D_NL9s]&amp;lt;&amp;gt;0.01, mat_con_qua))*-1)*(([U-D_NL9s])*1.055),0)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am getting value as 478420 but when i take in a text box it is showing as 12098037.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So is 12098037 is wrong.. please correct me.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Attached app as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74765#M12342</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T15:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74766#M12343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, so 12098037... what do you want to do? Fix the text box? fix the back end? I already gave you the reason about why text box is showing the wrong number....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74766#M12343</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T15:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74767#M12344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thank you sunny bhai.. now i got.&amp;nbsp; one final question sunny bhai i need to pass one else condition i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Country='Brazil' ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((if(Strategic_Part='Tubes' and not IsNull([U-D_NL9s]) and [U-D_NL9s]&amp;lt;&amp;gt;0 and [U-D_NL9s]&amp;lt;&amp;gt;0.01, mat_con_qua))*-1)*(([U-D_NL9s])*1.055),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((if(Strategic_Part&amp;lt;&amp;gt;'Tubes' and not IsNull([U-D_NL9s]) and [U-D_NL9s]&amp;lt;&amp;gt;0 and [U-D_NL9s]&amp;lt;&amp;gt;0.01, mat_con_qua))*-1)*(([U-D_NL9s])*1.200)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the else condition is not working.. is there anything i am doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74767#M12344</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74768#M12345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74768#M12345</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T15:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74769#M12346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not even in text box.. it is showing as o. if i give one condition it is working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74769#M12346</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T15:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74770#M12347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached app sunny bhai..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74770#M12347</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74771#M12348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you had a selection on Brazil... remove that it should be fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 16:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74771#M12348</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T16:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74772#M12349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u sunny bhai... thank you so much...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 16:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74772#M12349</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74773#M12350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Bhai if country is brazil then is it possible to the value for else condition. sorry to take your time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 16:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74773#M12350</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-22T16:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74774#M12351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Country='Brazil',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Strategic_Part='Tubes',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((if(not IsNull([U-D_NL9s]) and [U-D_NL9s]&amp;lt;&amp;gt;0 and [U-D_NL9s]&amp;lt;&amp;gt;0.01, mat_con_qua))*-1)*(([U-D_NL9s])*1.055),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((if(not IsNull([U-D_NL9s]) and [U-D_NL9s]&amp;lt;&amp;gt;0 and [U-D_NL9s]&amp;lt;&amp;gt;0.01, mat_con_qua))*-1)*(([U-D_NL9s])*1.200)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I might have missed a parenthesis... but give it a shot....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 21:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74774#M12351</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-22T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/74775#M12352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny bhai.. thanks a lot..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 08:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/74775#M12352</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-23T08:53:23Z</dc:date>
    </item>
  </channel>
</rss>

