<?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: Expression giving different Outputs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13985#M607786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestions????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2018 06:07:19 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2018-03-13T06:07:19Z</dc:date>
    <item>
      <title>Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13984#M607785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my case , I'm using below same expression in 2 charts - different dimension ,bot not sure why the results are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Line_Id='116',sum(ScheduledMinutes)+15,sum(ScheduledMinutes))/60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before it was sum(ScheduledMinutes)/60 , but I have to add addition 15 mints when Line_Id is 116.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196112_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line_Name should be 37.9 instead of 37.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what's wrong? Attached is sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 05:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13984#M607785</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-03-13T05:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13985#M607786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestions????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 06:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13985#M607786</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-03-13T06:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13986#M607787</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;Do you want to add 15 to each row or only once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better idea is to do this at script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the expected output you are looking for.&lt;/P&gt;&lt;P&gt;If it is 46.6 then try below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Line_Id='116',sum(ScheduledMinutes+15),sum(ScheduledMinutes))/60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 06:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13986#M607787</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-03-13T06:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13987#M607788</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;To each row , whenever Line_Id='116'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output should be some of 12.2+13.7+12 =&lt;STRONG&gt;37.83&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196120_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AS&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 06:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13987#M607788</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-03-13T06:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13988#M607789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(if(Line_Id='116',sum(ScheduledMinutes)+15,sum(ScheduledMinutes))/60,Station_Label))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 06:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13988#M607789</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-03-13T06:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13989#M607790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you might have missed to aggregate the data,especially while Line =116.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 06:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13989#M607790</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-03-13T06:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13990#M607791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need one more help , now i need to display your suggested expression to show weekly chart (Should show in one Line chart values for all Week.) Like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed your expression by changing Station_Label to &lt;STRONG&gt;Week&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(if(Line_Id='116',sum(ScheduledMinutes)+15,sum(ScheduledMinutes))/60,&lt;STRONG&gt;Week&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196153_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But looks like it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output should be Week1= 41.9 , Week2 = 41.0 , Week3= 112.7 , Week4= 38.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13990#M607791</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-03-13T10:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13991#M607792</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;With the same expression it shows me 41.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share your app again which shows 41.9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13991#M607792</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-03-13T11:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13992#M607793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(if(Line_Id='116',sum(ScheduledMinutes)+15,sum(ScheduledMinutes))/60, Station_Label, Week))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196144_Capture.PNG" style="height: 325px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13992#M607793</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-13T11:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13993#M607794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry , but still need your help , looks to me more of aggr() issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Total value in Plant bar chart is "48.0" when I'm not selecting any value from Plant. I need the same O/P in line chart too , when I'm not selecting any Plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add "TOTAL &amp;lt;Facility_Id&amp;gt;" in expression , but not sure where should I add this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196361_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Below is my expression in Line Chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({&amp;lt;Month=,Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Line_Name=&amp;gt;}Aggr(&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Line_Name=&amp;gt;}Day)*&lt;/P&gt;&lt;P&gt;Count(TOTAL &amp;lt;Facility_Id&amp;gt; DISTINCT {&amp;lt;Month=,Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Technology-={'No Fuel BM','No SCR inj'}&amp;gt;}Station_Label &amp;amp; Line_Name)*24, Facility_Id, Week))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month=,Week=,Day=,Shift_Name-={},Type_Name=,Standard_Name=,Why_Name=,Type={'PD'}&amp;gt;}Aggr(if(Line_Id='116',sum({&amp;lt;Month=,Week=,Day=,Shift_Name-={},Type_Name=,Standard_Name=,Why_Name=,Type={'PD'}&amp;gt;}ScheduledMinutes)+15,sum({&amp;lt;Month=,Week=,Day=,Shift_Name-={},Type_Name=,Standard_Name=,Why_Name=,Type={'PD'}&amp;gt;}ScheduledMinutes))/60,Station_Label,Week)))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Count( {$&amp;lt;Month=,Week=,Day=,Shift_Name-={},Quantity={"=Sum({&amp;lt;Month=,Week=,Day=&amp;gt;}Quantity) &amp;lt;&amp;gt; 0"},Type_Name = {'Downtime'}&amp;gt;} Quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: When I'm selecting individual Plants , Total value in bar chart is matching with Line chart. See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/196362_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13993#M607794</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-03-14T15:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13994#M607795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Suggestions Sunny , Kaushik ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 03:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13994#M607795</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-03-15T03:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13995#M607796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try including plant in aggr function.&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;=(Sum({&amp;lt;Month=,Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Line_Name=&amp;gt;}Aggr(&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;Count(DISTINCT {&amp;lt;Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Line_Name=&amp;gt;}Day)*&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;Count(TOTAL &amp;lt;Facility_Id&amp;gt; DISTINCT {&amp;lt;Month=,Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Technology-={'No Fuel BM','No SCR inj'}&amp;gt;}Station_Label &amp;amp; Line_Name)*24, Facility_Id, Week,Plant))&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;Sum({&amp;lt;Month=,Week=,Day=,Shift_Name-={},Type_Name=,Standard_Name=,Why_Name=,Type={'PD'}&amp;gt;}Aggr(if(Line_Id='116',sum({&amp;lt;Month=,Week=,Day=,Shift_Name-={},Type_Name=,Standard_Name=,Why_Name=,Type={'PD'}&amp;gt;}ScheduledMinutes)+15,sum({&amp;lt;Month=,Week=,Day=,Shift_Name-={},Type_Name=,Standard_Name=,Why_Name=,Type={'PD'}&amp;gt;}ScheduledMinutes))/60,Station_Label,Week,Plant)))&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;Count( {$&amp;lt;Month=,Week=,Day=,Shift_Name-={},Quantity={"=Sum({&amp;lt;Month=,Week=,Day=&amp;gt;}Quantity) &amp;lt;&amp;gt; 0"},Type_Name = {'Downtime'}&amp;gt;} Quantity)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 05:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13995#M607796</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-03-15T05:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression giving different Outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13996#M607797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Result is matching now by using below exp:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month=,Week=,Day=,Date&amp;gt;}&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P&gt;Count(distinct {&amp;lt;Month=,Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Line_Name=&amp;gt;}Day)*&lt;/P&gt;&lt;P&gt;Count(TOTAL &amp;lt;Facility_Id&amp;gt;&amp;nbsp; DISTINCT {&amp;lt;Month=,Week=,Day=,Type_Name=,Why_Name=,Standard_Name=,Technology-={'No Fuel BM','No SCR inj'}&amp;gt;}Station_Label &amp;amp; Line_Name)*24, Week )&lt;/P&gt;&lt;P&gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you so much Sunny and Kaushik for all your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 06:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-giving-different-Outputs/m-p/13996#M607797</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-03-15T06:58:45Z</dc:date>
    </item>
  </channel>
</rss>

