<?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 Help combining three &amp;quot;IF&amp;quot; nested statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817483#M1042204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having trouble combining 3 nested if statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each one works fine on its own and each has the same output (1, 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone offer advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(PIR_TIME=Timestamp(Aggr(NODISTINCT Min(PIR_TIME), SURGEON)), 1, 0),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// FC on time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Time(PIR_TIME) &amp;gt;= '6:54:00') AND (Time(PIR_TIME) &amp;lt;= '8:36:00'), 1, 0),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; // b/w 7-830&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Time(PIR_TIME) &amp;gt;= Time(SCHED_START_TIME)+5/1440, 1, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//PIR: Sched + 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 16:17:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-11T16:17:44Z</dc:date>
    <item>
      <title>Help combining three "IF" nested statements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817483#M1042204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having trouble combining 3 nested if statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each one works fine on its own and each has the same output (1, 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone offer advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(PIR_TIME=Timestamp(Aggr(NODISTINCT Min(PIR_TIME), SURGEON)), 1, 0),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// FC on time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((Time(PIR_TIME) &amp;gt;= '6:54:00') AND (Time(PIR_TIME) &amp;lt;= '8:36:00'), 1, 0),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; // b/w 7-830&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Time(PIR_TIME) &amp;gt;= Time(SCHED_START_TIME)+5/1440, 1, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//PIR: Sched + 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817483#M1042204</guid>
      <dc:creator />
      <dc:date>2014-12-11T16:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help combining three "IF" nested statements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817484#M1042205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this, good luck&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;"&gt;=If(PIR_TIME=Timestamp(Aggr(NODISTINCT Min(PIR_TIME), SURGEON)), 1, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If((Time(PIR_TIME) &amp;gt;= '6:54:00') AND (Time(PIR_TIME) &amp;lt;= '8:36:00'), 1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Time(PIR_TIME) &amp;gt;= Time(SCHED_START_TIME)+5/1440, 1,0)))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817484#M1042205</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-12-11T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help combining three "IF" nested statements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817485#M1042206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Try this for nested IFs:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(PIR_TIME=Timestamp(Aggr(NODISTINCT Min(PIR_TIME), SURGEON)), 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If((Time(PIR_TIME) &amp;gt;= '6:54:00') AND (Time(PIR_TIME) &amp;lt;= '8:36:00'), 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Time(PIR_TIME) &amp;gt;= Time(SCHED_START_TIME)+5/1440, 1, 0)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817485#M1042206</guid>
      <dc:creator />
      <dc:date>2014-12-11T16:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help combining three "IF" nested statements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817486#M1042207</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;=If(PIR_TIME=Timestamp(Aggr(NODISTINCT Min(PIR_TIME), SURGEON)), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FC on time&lt;/SPAN&gt;', &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If((Time(PIR_TIME) &amp;gt;= '6:54:00') AND (Time(PIR_TIME) &amp;lt;= '8:36:00'), '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;b/w 7-830&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Time(PIR_TIME) &amp;gt;= Time(SCHED_START_TIME)+5/1440, '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sched + 5&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817486#M1042207</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-11T16:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help combining three "IF" nested statements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817487#M1042208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a mistake in one of the formulas that I modified: If(Time(PIR_TIME) &amp;lt;= Time(SCHED_START_TIME)+5/1440, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the formula in the "Combine Ifs" column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for Dr. S, I only want to flag him if he had first case of day (FC of Day), it started the earliest between 7 and 8:30 and if the Patient in Room (PIR) is less than the scheduled start time (adding a 5 minute grace period).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I only want to show Dr. S' first case beginning at 07:02 because it met all criteria as earliest case in the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All other cases should not be flagged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a suggestion (I can see if it's a counting issue that the 07:22 case would show too)?&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; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 678px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="105"&gt;SURGEON&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="71"&gt;Sched Start&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="110"&gt;PIR&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;FC of Day&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;B/w 7-830&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;PIR &amp;lt;= Sched St + 5&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Combine Ifs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;07:00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;07:02&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;08:30&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;09:10&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;07:30&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;07:22&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;08:15&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;08:05&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;08:45&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;08:47&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;09:30&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;09:27&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;10:00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;10:14&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Dr. S&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;10:45&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;10:57&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 17:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817487#M1042208</guid>
      <dc:creator />
      <dc:date>2014-12-11T17:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help combining three "IF" nested statements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817488#M1042209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably spelling or something. Also, the clauses are being badly combined, you should use ANDs to combine the three.&lt;/P&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Three IFs Thread145468.jpg" class="image-1 jive-image" src="/legacyfs/online/73283_Three IFs Thread145468.jpg" style="height: 183px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;caused by:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=If( (PIR_TIME = Timestamp(Aggr(NODISTINCT Min(PIR_TIME), SURGEON))) AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Time(PIR_TIME) &amp;gt;= '6:54:00') AND (Time(PIR_TIME) &amp;lt;= '8:36:00') AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Time(PIR_TIME) &amp;lt;= Time(SCHED_START_TIME)+5/1440), 1, 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 20:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817488#M1042209</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-12-11T20:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help combining three "IF" nested statements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817489#M1042210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much! have a great night!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 22:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-combining-three-quot-IF-quot-nested-statements/m-p/817489#M1042210</guid>
      <dc:creator />
      <dc:date>2014-12-11T22:03:31Z</dc:date>
    </item>
  </channel>
</rss>

