<?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: How to add records of same type in a chart expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102456#M762433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax is working fine..Only Now the records are duplicated.How can I fetch distinct records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSFO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'LSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'LSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'ULSFO'),sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'ULSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),'Unknown'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/209831_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2018 13:03:55 GMT</pubDate>
    <dc:creator>trishita</dc:creator>
    <dc:date>2018-08-03T13:03:55Z</dc:date>
    <item>
      <title>How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102447#M762416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209818_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'DMA'), sum(num(FUEL_MASS_BEFORE_SOUNDING/ 1000, ' ####.###', '.', ',' )), &lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'DMB'), sum(num(FUEL_MASS_BEFORE_SOUNDING/ 1000, ' ####.###', '.', ',' )),&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'RMK 500'), sum(num(FUEL_MASS_BEFORE_SOUNDING/ 1000, ' ####.###', '.', ',' )),&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'RMG 500'), sum(num(FUEL_MASS_BEFORE_SOUNDING/ 1000, ' ####.###', '.', ',' )),'Unknown'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this code, but still its not working.Could anyone give a try?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the sum of individual fuel oil like sum of DMA, or RMD 80 or RMK 700&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I use totat or aggregate function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102447#M762416</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102448#M762417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used TOTAL Keyword.&lt;/P&gt;&lt;P&gt;below expression included only for DMA, the same way you can add for the other values.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&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;if (Match([SC_FUEL_TYPE],'DMA'), sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[SC_FUEL_TYPE]={'DMA'}&amp;gt;&lt;/SPAN&gt;} Total FUEL_MASS_BEFORE_SOUNDING))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sibin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102448#M762417</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-03T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102449#M762418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSFO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000)),&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'LSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'LSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000)),&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000)),&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'ULSFO'),sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'ULSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000)),'Unknown'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'RMG 500'), sum( total&amp;nbsp; {$&amp;lt;SC_FUEL_TYPE={'RMD 500'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000)), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'DMA'), sum( total&amp;nbsp; {$&amp;lt;SC_FUEL_TYPE={'DMA'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'DMB'), sum( total&amp;nbsp; {$&amp;lt;SC_FUEL_TYPE={'DMB'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000)),'Unknown')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'RMD 80'),sum(total{$&amp;lt;SC_FUEL_TYPE={'RMD 80'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'RMK 700'),sum( total{$&amp;lt;SC_FUEL_TYPE={RMD 80}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;if (Match([SC_FUEL_TYPE],'RMG 500'), sum( total{$&amp;lt;SC_FUEL_TYPE={DMA}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),'Unknown'))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am trying to do individually its working but when I am trying to use for multiple ifs this syntax is showing an error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GARBAGE AFTER EXPRESSION ','&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102449#M762418</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-03T12:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102450#M762419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is because of syntax error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check the brackets and comma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102450#M762419</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-03T12:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102451#M762422</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; Please try this one.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (Match([Actual_Fuel_Type],'HSFO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (Match([Actual_Fuel_Type],'LSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'LSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (Match([Actual_Fuel_Type],'HSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (Match([Actual_Fuel_Type],'ULSFO'),sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'ULSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),'Unknown'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102451#M762422</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-03T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102452#M762425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trisha, Is there a reason that you are using all the Fuel types in different match statement?&lt;/P&gt;&lt;P&gt;If no, the&amp;nbsp; may be you can use -&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (Match([SC_FUEL_TYPE],'DMA', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DMB', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'RMK 500', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'RMG 500'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;), sum(num(FUEL_MASS_BEFORE_SOUNDING/ 1000, ' ####.###', '.', ',' )),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'Unknown')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102452#M762425</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-03T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102453#M762428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or You can use set analysis as -&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[SC_FUEL_TYPE] = {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DMA', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DMB', &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'RMK 500', &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'RMG 500'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FUEL_MASS_BEFORE_SOUNDING)/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102453#M762428</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-03T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102454#M762430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No , but i want summed up values for this respesctive fuel type...i am new to qlikview and dont know so much..I tried to write the conditional statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum of all fuel type DMA ;&lt;/P&gt;&lt;P&gt;SUM OF ALL FUEL TYPE DMB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102454#M762430</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-03T12:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102455#M762432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the set analysis provided above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102455#M762432</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-03T12:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102456#M762433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax is working fine..Only Now the records are duplicated.How can I fetch distinct records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSFO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'LSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'LSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'ULSFO'),sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'ULSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),'Unknown'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/209831_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102456#M762433</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-03T13:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102457#M762434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working now.I removed some hidden dikmensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102457#M762434</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-03T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add records of same type in a chart expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102458#M762435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to&amp;nbsp; also add records dependent on SOUNDING_DATE? Like what if i want to sum up the values of Computed ROB and Actual ROB dependent on a date and survey id&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSFO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'LSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'LSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'HSDO'), sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'HSDO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Match([Actual_Fuel_Type],'ULSFO'),sum( total&amp;nbsp; {$&amp;lt;Actual_Fuel_Type={'ULSFO'}&amp;gt;}FUEL_MASS_BEFORE_SOUNDING/ 1000),'Unknown'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-records-of-same-type-in-a-chart-expression/m-p/102458#M762435</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-09T11:46:06Z</dc:date>
    </item>
  </channel>
</rss>

