<?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: If statement that for some reason doesn't work in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978816#M14136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a snapshot&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109848_1.PNG" style="height: 132px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the original file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0B2IfmXahIOnodG5nMFVqYXEtY1U/view?usp=sharing" title="https://drive.google.com/file/d/0B2IfmXahIOnodG5nMFVqYXEtY1U/view?usp=sharing"&gt;clinton key table7.qvf - Google Drive&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2015 13:31:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-23T13:31:49Z</dc:date>
    <item>
      <title>If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978804#M14124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P align="right" style="text-align: left;"&gt;Hey Everyone ,&lt;/P&gt;&lt;P align="right" style="text-align: left;"&gt;I am trying to run the following IF statement :&lt;/P&gt;&lt;P&gt;IF(EnCurrency='NIS',Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; NIS_TRANS_TOTPRICE&amp;nbsp; )* -1,&lt;/P&gt;&lt;P&gt;IF(EnCurrency='$',Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; DOLLAR_TRANS_TOTPRICE )* -1,&lt;/P&gt;&lt;P&gt;IF(EnCurrency='EUR',Num(sum(&amp;nbsp; {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; CURRENCY_TRANS_TOTPRICE)* -1 ))))&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EnCurrency= CURRENCY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for some reason this If statment doesn't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 12:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978804#M14124</guid>
      <dc:creator />
      <dc:date>2015-12-23T12:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978805#M14125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(EnCurrency='NIS',Num(sum( {$&amp;lt; [TRANS_TYPE ]= {'N'}&amp;gt;}&amp;nbsp; NIS_TRANS_TOTPRICE&amp;nbsp; )* -1,&lt;/P&gt;&lt;P&gt;IF(EnCurrency='$',Num(sum( {$&amp;lt; [TRANS_TYPE] = {'N'}&amp;gt;}&amp;nbsp; DOLLAR_TRANS_TOTPRICE )* -1,&lt;/P&gt;&lt;P&gt;IF(EnCurrency='EUR',Num(sum(&amp;nbsp; {$&amp;lt; [TRANS_TYPE ]= {'N'}&amp;gt;}&amp;nbsp; CURRENCY_TRANS_TOTPRICE)* -1 ))))&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 12:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978805#M14125</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-23T12:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978806#M14126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which context are you trying to use this statement? In the script or in a chart? If it's in a chart, what are the chart dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that, I think the syntax is not valid, double check the opening and closing brackets.&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;IF(EnCurrency='NIS', Sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; NIS_TRANS_TOTPRICE&amp;nbsp; )* -1,&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;&amp;nbsp; IF(EnCurrency='$', Sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; DOLLAR_TRANS_TOTPRICE )* -1,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(EnCurrency='EUR', Sum(&amp;nbsp; {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; CURRENCY_TRANS_TOTPRICE)* -1&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&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;&amp;nbsp; )&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 12:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978806#M14126</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-23T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978807#M14127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this condition is in the script it wont work at all, but if its in the UI side as an expression, make sure that one of the dimensions is "EnCurrency".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978807#M14127</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-23T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978808#M14128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Swuhel&lt;/P&gt;&lt;P&gt;i am trying to use this is as shippment returns caculation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NIS = means New Isareli Shekel ( Israeliy coin) name.&lt;/P&gt;&lt;P&gt;EnCurrency = type of&amp;nbsp; CURRENCY.&lt;/P&gt;&lt;P&gt;i tried to run the script you wrote down and didn't work ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978808#M14128</guid>
      <dc:creator />
      <dc:date>2015-12-23T13:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978809#M14129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try this.&amp;nbsp; It will perform better than a nested if statement to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match(EnCurrency,'NIS','$','EUR'), &lt;/P&gt;&lt;P&gt;// NIS&lt;/P&gt;&lt;P&gt;, Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; NIS_TRANS_TOTPRICE&amp;nbsp; )* -1)&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;, Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; DOLLAR_TRANS_TOTPRICE )* -1)&lt;/P&gt;&lt;P&gt;// EUR&lt;/P&gt;&lt;P&gt;, Num(sum(&amp;nbsp; {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; CURRENCY_TRANS_TOTPRICE)* -1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978809#M14129</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-12-23T13:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978810#M14130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Reddys310"&gt;Reddys310&lt;/A&gt;&lt;/STRONG&gt; ,&lt;/P&gt;&lt;P&gt;i defined it as a Measure on my report,&lt;/P&gt;&lt;P&gt;and in the script i have defined the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EnCurrency&amp;nbsp; on the script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURRENCY_TABLE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Currency,EnCurrency,Rcurrency&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ₪, NIS,сикель&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; €, EUR,ЕВРО&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $, $,доллар&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978810#M14130</guid>
      <dc:creator />
      <dc:date>2015-12-23T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978811#M14131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&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; background-color: #f2f2f2;"&gt;Is EnCurrency one of the dimmensions in your visualization? If not you need to have that as a dimmension to make the expression work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978811#M14131</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-23T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978812#M14132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Ogster1974"&gt;Ogster1974&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;tried your script but didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978812#M14132</guid>
      <dc:creator />
      <dc:date>2015-12-23T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978813#M14133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you need to select exactely one value from field EnCurrency (or from fields Currency, Rcurrency).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978813#M14133</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-23T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978814#M14134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="202070" data-objecttype="3" href="https://community.qlik.com/people/Reddys310" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7;"&gt;Sangram Reddy&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; , &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;i took your advice and defined EnCurrency&amp;nbsp; as dimension but didn't work....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978814#M14134</guid>
      <dc:creator />
      <dc:date>2015-12-23T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978815#M14135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need more details than that if you want help on an error.&amp;nbsp; how about a screen shot of the error your getting if any?&amp;nbsp; Provide the context and people can help you out better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978815#M14135</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-12-23T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978816#M14136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a snapshot&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109848_1.PNG" style="height: 132px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the original file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0B2IfmXahIOnodG5nMFVqYXEtY1U/view?usp=sharing" title="https://drive.google.com/file/d/0B2IfmXahIOnodG5nMFVqYXEtY1U/view?usp=sharing"&gt;clinton key table7.qvf - Google Drive&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978816#M14136</guid>
      <dc:creator />
      <dc:date>2015-12-23T13:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978817#M14137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left a , in.&amp;nbsp; This should work without an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match(EnCurrency,'NIS','$','EUR')&lt;/P&gt;&lt;P&gt;// NIS&lt;/P&gt;&lt;P&gt;, Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; NIS_TRANS_TOTPRICE&amp;nbsp; )* -1)&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;, Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; DOLLAR_TRANS_TOTPRICE )* -1)&lt;/P&gt;&lt;P&gt;// EUR&lt;/P&gt;&lt;P&gt;, Num(sum(&amp;nbsp; {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; CURRENCY_TRANS_TOTPRICE)* -1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978817#M14137</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-12-23T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: If statement that for some reason doesn't work</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978818#M14138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;I tried plotting the dimension "EnCurrency" and the measure with the expression:&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;IF(EnCurrency='NIS', Sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; NIS_TRANS_TOTPRICE&amp;nbsp; )* -1,&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;&amp;nbsp; IF(EnCurrency='$', Sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; DOLLAR_TRANS_TOTPRICE )* -1,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(EnCurrency='EUR', Sum(&amp;nbsp; {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; CURRENCY_TRANS_TOTPRICE)* -1&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&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;&amp;nbsp; )&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Works absolutely fine!&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109864_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try using a bar chart to test the expression!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 15:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-that-for-some-reason-doesn-t-work/m-p/978818#M14138</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-23T15:54:29Z</dc:date>
    </item>
  </channel>
</rss>

