<?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: Nested if statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50441#M458295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Jaume, &lt;/P&gt;&lt;P&gt;it finally works! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Nicolai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2018 11:19:22 GMT</pubDate>
    <dc:creator>vilstrup</dc:creator>
    <dc:date>2018-04-18T11:19:22Z</dc:date>
    <item>
      <title>Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50433#M458287</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 am trying to make and if statement in a chart expression with the following issues:&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;If(DATAAREAID_Trans='rme',COSTAMOUNTPOSTED)&lt;/P&gt;&lt;P&gt;If(DATAAREAID_Trans='sdx',COSTAMOUNTPOSTED*(EXCHRATE/100) where EXCHRATE = 'USD'&lt;/P&gt;&lt;P&gt;If(DATAAREAID_Trans='sol',COSTAMOUNTPOSTED*(EXCHRATE/100) where EXCHRATE = 'PLN'&lt;/P&gt;&lt;P&gt;If(DATAAREAID_Trans='rtk',COSTAMOUNTPOSTED*(EXCHRATE/100) where EXCHRATE = 'EUR'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me with this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards Nicolai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50433#M458287</guid>
      <dc:creator>vilstrup</dc:creator>
      <dc:date>2018-04-17T13:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50434#M458288</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(DATAAREAID_Trans='rme',COSTAMOUNTPOSTED)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(DATAAREAID_Trans='sdx',COSTAMOUNTPOSTED*(only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EXCHRATE ={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;USD&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;}EXCHRATE)/100)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(DATAAREAID_Trans='sol',COSTAMOUNTPOSTED*(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;only({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EXCHRATE ={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PLN&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}EXCHRATE)&lt;/SPAN&gt;/100)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(DATAAREAID_Trans='rtk',COSTAMOUNTPOSTED*(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;only({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EXCHRATE ={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EUR&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}EXCHRATE)&lt;/SPAN&gt;/100)&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>Tue, 17 Apr 2018 13:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50434#M458288</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-04-17T13:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50435#M458289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaume, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems there is something not right ? &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/199907_Capture.PNG" style="height: 289px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50435#M458289</guid>
      <dc:creator>vilstrup</dc:creator>
      <dc:date>2018-04-17T13:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50436#M458290</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;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='rme',sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&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; background-color: #f2f2f2;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='sdx',sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&gt;)*(only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;EXCHRATE &lt;/SPAN&gt;={USD}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;EXCHRATE &lt;/SPAN&gt;)/100),&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; background-color: #f2f2f2;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='sol',sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&gt;)*(only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;EXCHRATE &lt;/SPAN&gt;={PLN}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;EXCHRATE &lt;/SPAN&gt;)/100),&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; background-color: #f2f2f2;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='rtk',sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&gt;)*(only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;EXCHRATE &lt;/SPAN&gt;={EUR}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;EXCHRATE &lt;/SPAN&gt;)/100),&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I see in your original post. Is the Currency name and the currency value has the same field name : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;EXCHRATE . I expect that you should have two different field names for these values.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50436#M458290</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-04-17T14:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50437#M458291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; text-decoration: line-through;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; text-decoration: line-through;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; text-decoration: line-through;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(DATAAREAID_Trans='rme',COSTAMOUNTPOSTED,&lt;BR /&gt; &lt;BR /&gt; If(DATAAREAID_Trans='sdx',COSTAMOUNTPOSTED*(only({&amp;lt;EXCHRATE ={USD}&amp;gt;}EXCHRATE)/100),&lt;BR /&gt; &lt;BR /&gt; If(DATAAREAID_Trans='sol',COSTAMOUNTPOSTED*(only({&amp;lt;EXCHRATE ={PLN}&amp;gt;}EXCHRATE)/100),&lt;BR /&gt; &lt;BR /&gt; If(DATAAREAID_Trans='rtk',COSTAMOUNTPOSTED*(only({&amp;lt;EXCHRATE ={EUR}&amp;gt;}EXCHRATE)/100), 0))))&lt;BR /&gt; &lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sorry above expr does not work completely forgot about Only() function used. You have to use Aggr if you have two functions. Like sum() and Only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So probably you want o add some dimensions in your aggr() like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= Sum(Aggr(Sum(yourIfConditions), Dim1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50437#M458291</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-17T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50438#M458292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaume, &lt;/P&gt;&lt;P&gt;Thank you very much for taking your time to help on this matter.&lt;/P&gt;&lt;P&gt;Actually i have a an Exchange table with 3 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROMDATE, EXCHRATE and CURRENCYCODE.&lt;SPAN style="font-size: 10pt;"&gt;So &lt;/SPAN&gt;i&lt;SPAN style="font-size: 10pt;"&gt; just &lt;/SPAN&gt;realised&lt;SPAN style="font-size: 10pt;"&gt; that it should be something more like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199989_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='rme',sum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&gt;),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='sdx',sum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&gt;)*(only({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;CURRENCYCODE&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt; &lt;/SPAN&gt;={USD}&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;EXCHRATE &lt;/SPAN&gt;)/100),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='sol',sum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&gt;)*(only({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;CURRENCYCODE&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt; &lt;/SPAN&gt;={PLN}&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;EXCHRATE &lt;/SPAN&gt;)/100),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;DATAAREAID_Trans&lt;/SPAN&gt;='rtk',sum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;COSTAMOUNTPOSTED&lt;/SPAN&gt;)*(only({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;CURRENCYCODE&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt; &lt;/SPAN&gt;={EUR}&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;EXCHRATE &lt;/SPAN&gt;)/100),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;))))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;It doesn't work though. it only works for the first if statement where its just COSTAMOUNTPOSTED? &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;- Nicolai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 06:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50438#M458292</guid>
      <dc:creator>vilstrup</dc:creator>
      <dc:date>2018-04-18T06:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50439#M458293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to you to attach the qvw file? I will try to find a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 07:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50439#M458293</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-04-18T07:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50440#M458294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this new Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DATAAREAID_Trans={rme}&amp;gt;}COSTAMOUNTPOSTED)+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DATAAREAID_Trans={sdx}&amp;gt;}COSTAMOUNTPOSTED)*alt(max({&amp;lt;CURRENCYCODE ={USD}&amp;gt;}EXCHRATE /100),0)+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DATAAREAID_Trans={sol}&amp;gt;}COSTAMOUNTPOSTED)*alt(max({&amp;lt;CURRENCYCODE ={PLN}&amp;gt;}EXCHRATE /100),0)+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DATAAREAID_Trans={rtk}&amp;gt;}COSTAMOUNTPOSTED)*alt(max({&amp;lt;CURRENCYCODE ={EUR}&amp;gt;}EXCHRATE /100),0)+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DATAAREAID_Trans={bsl}&amp;gt;}COSTAMOUNTPOSTED)*alt(max({&amp;lt;CURRENCYCODE ={CFH}&amp;gt;}EXCHRATE /100),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 10:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50440#M458294</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-04-18T10:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50441#M458295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Jaume, &lt;/P&gt;&lt;P&gt;it finally works! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Nicolai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 11:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement/m-p/50441#M458295</guid>
      <dc:creator>vilstrup</dc:creator>
      <dc:date>2018-04-18T11:19:22Z</dc:date>
    </item>
  </channel>
</rss>

