<?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 'Dual If' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801523#M1039390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(if (Year = vYear1,(&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Price - Tax - Service - If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exempt=0,0,&lt;/SPAN&gt;Nett)) )&lt;/SPAN&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 11:04:40 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-12-30T11:04:40Z</dc:date>
    <item>
      <title>problem with 'Dual If'</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801520#M1039387</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 relatively new to Qlikview and have encountered a problem with an expression that contains a dual if statement, the expression is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if (Year = vYear1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; (if Exempt = 0,(Price - Tax - Service - 0),(Price - Tax - Service - Nett)),)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on the values of the Exempt field I either need to subtract the Nett or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 10:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801520#M1039387</guid>
      <dc:creator />
      <dc:date>2014-12-30T10:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with 'Dual If'</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801521#M1039388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(if (Year = vYear1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Exempt = 0,(Price - Tax - Service - 0),(Price - Tax - Service - Nett)),)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 10:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801521#M1039388</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2014-12-30T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with 'Dual If'</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801522#M1039389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 10:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801522#M1039389</guid>
      <dc:creator />
      <dc:date>2014-12-30T10:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with 'Dual If'</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801523#M1039390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(if (Year = vYear1,(&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Price - Tax - Service - If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exempt=0,0,&lt;/SPAN&gt;Nett)) )&lt;/SPAN&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 11:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-Dual-If/m-p/801523#M1039390</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-30T11:04:40Z</dc:date>
    </item>
  </channel>
</rss>

