<?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: Two separate IF statements in one expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858972#M470827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;in order to put 2 inside you have to do it like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;=&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;IF(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[Payment Terms]='12',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Extended Amount]*0.02)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;IF([Bill To]='24973618' OR '24973619',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Extended Amount]*0.12)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;'nothing' &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 14:17:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-30T14:17:59Z</dc:date>
    <item>
      <title>Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858968#M470823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two separate IF statements I am trying to put into one expression in a straight table. It is only giving me back -1 and nothing else. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=IF([Payment Terms]='12',[Extended Amount]*0.02) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; IF([Bill To]='24973618' OR '24973619',[Extended Amount]*0.12)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I make this expression work without having to make two separate columns for it. Any help is much appreciated. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858968#M470823</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2015-04-30T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858969#M470824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a nested if may be. But I need to know the logic before anything can be suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858969#M470824</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-30T14:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858970#M470825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can do a nested if, be aware that if the first 'if' is true, the second is not executed:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=If([Payment Terms]='12',[Extended Amount]*0.02,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; If&lt;SPAN style="font-size: 10pt;"&gt;([Bill To]='24973618' OR '24973619',[Extended Amount]*0.12)&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In case of a &lt;SPAN style="font-size: 10pt;"&gt;[Bill To]='24973618' and also &lt;SPAN style="font-size: 10pt;"&gt;[Payment Terms]='12' it will do "&lt;SPAN style="font-size: 10pt;"&gt;[Extended Amount]*0.02" (the first 'If' it finds as true)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you want both you can sum them:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;=If([Payment Terms]='12',[Extended Amount]*0.02, 0)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; + &lt;SPAN style="font-size: 10pt;"&gt;If&lt;SPAN style="font-size: 10pt;"&gt;([Bill To]='24973618' OR '24973619',[Extended Amount]*0.12, 0&lt;/SPAN&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858970#M470825</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-30T14:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858971#M470826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=IF([Payment Terms]='12' OR [Bill To]='24973618' OR [Bill To]='24973619',[Extended Amount]*0.12)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858971#M470826</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-30T14:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858972#M470827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;in order to put 2 inside you have to do it like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;=&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;IF(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[Payment Terms]='12',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Extended Amount]*0.02)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;IF([Bill To]='24973618' OR '24973619',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Extended Amount]*0.12)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;'nothing' &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858972#M470827</guid>
      <dc:creator />
      <dc:date>2015-04-30T14:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858973#M470828</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 not sure, if there are any other "limitations"...&lt;/P&gt;&lt;P&gt;in your load script create two flags.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;IF(PaymentTerms=12, 0.02, 1) as @FlagA,&lt;/P&gt;&lt;P&gt;IF(BillTo = 24973618 OR BillTo = 24973619, 0.12, 1) as @FlagB&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in expression calculate sum(Extended Amount * @FlagA * @FlagB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858973#M470828</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2015-04-30T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858974#M470829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys for the fast reply! Marc I tried your approach however now it is calculating that the Payment Terms is true for all the data under the Payment Terms field not just when it equals 12.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858974#M470829</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2015-04-30T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858975#M470830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I applied your first expression however it is now calculating everything that doesn't match either Payment Terms=12 and Bill To=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;24973618' OR '24973619'. It works but I don't need for everything else that doesn't match to be calculated.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858975#M470830</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2015-04-30T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858976#M470831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to tell us what exactly the logic before we can solve this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it &lt;STRONG&gt;Condition1 or Condition2 or Condition3? Condition1 and (Condition2 or Condition3)?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858976#M470831</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-30T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858977#M470832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin has a point here. Expressions usually do some kind of aggregation, but I don't see any in your example. Maybe [Extended Amount] is the label of another (hidden) expression column? If not, is this a calculated dimension? If not, this can only work if there is only one data row per combination of dimension values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858977#M470832</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-04-30T14:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858978#M470833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I missed something in the 2nd if:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=If([Payment Terms]='12',[Extended Amount]*0.02,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; If&lt;SPAN style="font-size: 10pt;"&gt;([Bill To]='24973618' OR &lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;[Bill To]=&lt;/STRONG&gt;&lt;/SPAN&gt;'24973619',[Extended Amount]*0.12)&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858978#M470833</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-30T14:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate IF statements in one expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858979#M470834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for replying and for all your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 15:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-separate-IF-statements-in-one-expression/m-p/858979#M470834</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2015-04-30T15:04:22Z</dc:date>
    </item>
  </channel>
</rss>

