<?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: Diff between the 2 expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601354#M1093830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks like when you use this expression&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled'},Status={'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;It considers the Status as 'Booked' only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use like &lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled', 'Booked'}&amp;gt;}Amount) then it considers either Cancelled or Booked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 11:03:54 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2014-05-06T11:03:54Z</dc:date>
    <item>
      <title>Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601350#M1093826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought both the below statements are same, so i created the 2nd one using set analysis. But i am getting different outputs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(IF(Status = 'Cancelled',&amp;nbsp; (Amount)))) + (Sum(IF(Status = 'Booked',&amp;nbsp; (Amount))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled'},Status={'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me why they are giving different results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 10:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601350#M1093826</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-06T10:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601351#M1093827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;Status={'Cancelled','Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And may be your if statement which is this &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;(Sum(IF(Status = 'Cancelled',&amp;nbsp; (Amount)))) + (Sum(IF(Status = 'Booked',&amp;nbsp; (Amount))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;gives wrong result try to check and cross check this by using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Sum(IF(Match(Status,'Cancelled','Booked'), Amount))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 10:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601351#M1093827</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-06T10:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601352#M1093828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try like below&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled', 'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 10:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601352#M1093828</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-06T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601353#M1093829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;for 2nd expression&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled','Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 10:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601353#M1093829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-06T10:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601354#M1093830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks like when you use this expression&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled'},Status={'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;It considers the Status as 'Booked' only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use like &lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled', 'Booked'}&amp;gt;}Amount) then it considers either Cancelled or Booked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601354#M1093830</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-06T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601355#M1093831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis would not respond to your Status field selection here, while the other expression without set analysis does.&amp;nbsp; Apart from that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum(IF(Status = 'Cancelled',&amp;nbsp; (Amount)))) + (Sum(IF(Status = 'Booked',&amp;nbsp; (Amount))))&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This executes like Status='Cancelled' &lt;STRONG&gt;OR&lt;/STRONG&gt; 'Booked'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled'},Status={'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This executes like Status='Cancelled' &lt;STRONG&gt;AND&lt;/STRONG&gt; 'Booked'&amp;nbsp;&amp;nbsp;&amp;nbsp; // which is not really meaningful&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: And when it is same field, it take the later one(here 'Booked')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601355#M1093831</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-06T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601356#M1093832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;I just created a sample app where I used the expression like below.&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled'},Status={'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't have data points that has both Cancelled and Booked Status that means it (the AND operator) should have given me 0&amp;nbsp; as there were no items in common, however I found that the result is the value of Status = "Booked". Can you please check once and confirm? I tested this using a sample app of mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601356#M1093832</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-06T11:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601357#M1093833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned, Could you please explain me why Set analysis would not respond to your Status field selection in the below expression-&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Status={'Cancelled'},Status={'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601357#M1093833</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-06T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601358#M1093834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both are same .may be not distinct and distinct results&lt;/P&gt;&lt;P&gt;but you can write like&amp;nbsp; Sandeep and Nisha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601358#M1093834</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-06T11:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601359#M1093835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just checked your update. Thanks a lot.&lt;/P&gt;&lt;P&gt;In case of same field it takes the later one. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601359#M1093835</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-06T11:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601360#M1093836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suraj,&lt;/P&gt;&lt;P&gt;Set analysis is meant for that. In the expression: sum( {&amp;lt;Status={'Cancelled'},Status={'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;you specifically say the values to be considered for field &lt;STRONG&gt;Status.&lt;/STRONG&gt;&amp;nbsp; Hence, it ignores the selection for that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601360#M1093836</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-06T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601361#M1093837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first one is showing correct result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and second one is overriding the status to Booked.&lt;/P&gt;&lt;P&gt;changed the order of booked and cancelled&amp;nbsp; in second expression.&lt;/P&gt;&lt;P&gt;it will give other result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean to say it taking last one status and showing value on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601361#M1093837</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-06T11:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601362#M1093838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given below is a screenshot of what I tested in my sample Application.&lt;/P&gt;&lt;P&gt;As you can see when I have the expression {&amp;lt;Field={'value1', 'value2'} &amp;gt;} it considers as either or that means all from both the selection.&lt;/P&gt;&lt;P&gt;when I gave the expression like {&amp;lt;Field={'value1'},Field={'value2'} &amp;gt;} it considers it as two selections of same field but one after another. and finally it considers the second selection. this is same response when we select a value from a list box and then we select another value from the same list box. the first selection is overridden by the second selection.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T117348.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58405_T117348.png" style="width: 620px; height: 180px;" /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601362#M1093838</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-06T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601363#M1093839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot to everyone for explaining it so well, especially tresesco and sudeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601363#M1093839</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-06T11:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601364#M1093840</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;you can use the following expressions :&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(IF(Status = 'Cancelled' or Status = 'Booked',&amp;nbsp; Amount)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum( {&amp;lt;Status={'Cancelled' , 'Booked'}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601364#M1093840</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-05-06T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between the 2 expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601365#M1093841</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 agree with Sudeep, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; line-height: 115%; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;sum( {&amp;lt;Status={'Cancelled','Booked'}&amp;gt;}Amount), t&lt;/SPAN&gt;his will returns both selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add 1 &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; line-height: 115%; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;sum( {1&amp;lt;Status={'Cancelled', 'Booked'}&amp;gt;}Amount), &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; line-height: 115%; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;it will disregard any selection made&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; line-height: 115%; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; line-height: 115%; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 11:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Diff-between-the-2-expressions/m-p/601365#M1093841</guid>
      <dc:creator>Joseph_Musekura</dc:creator>
      <dc:date>2014-05-06T11:47:02Z</dc:date>
    </item>
  </channel>
</rss>

