<?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: Export to excel total not matching with Qlik Straight table total in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56189#M3736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how much do you see the difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2018 09:37:54 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2018-03-06T09:37:54Z</dc:date>
    <item>
      <title>Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56185#M3732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi team &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having Straight Table as Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a following as Dimention :&amp;nbsp; &lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;measure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (vPeriod = 'YTD',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (sum([Cost Price]) &amp;lt;&amp;gt; 0 , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Sum([SP]) &amp;lt;&amp;gt; 0, num(sum([YTDSales]) - Sum([YTDFxSales]), '#,##0'), num(sum([YTDSales]), '#,##0')), 0),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&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;STRONG style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Total in the Staright table is showing correct result.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am trying to export this data and try to compare the total in excel and Total in Table is not matching .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could b the reason .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your valuable comment as early as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56185#M3732</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56186#M3733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(measure),Dim1,dim2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56186#M3733</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-06T09:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56187#M3734</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;what is the total type you chose ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if (vPeriod = 'YTD' and sum([Cost Price]) &amp;lt;&amp;gt; 0 and Sum([SP]) &amp;lt;&amp;gt; 0, num(sum([YTDSales]) - Sum([YTDFxSales]), '#,##0'), num(sum([YTDSales]), '#,##0'), 0),&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56187#M3734</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-06T09:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56188#M3735</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;This is not working. Does while exporting data to excel number format will have any issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56188#M3735</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T09:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56189#M3736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how much do you see the difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56189#M3736</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-06T09:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56190#M3737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you add the&amp;nbsp; rowno()&amp;nbsp; as one more column and see which is missing with the original count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56190#M3737</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-06T09:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56191#M3738</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 added but the still result is off. I am hiding zero values and showing null value in dimension but still same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 10:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56191#M3738</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T10:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56192#M3739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the exact number?&amp;nbsp; and what your getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 10:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56192#M3739</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-06T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56193#M3740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlik i am getting let say 6927833.25 &lt;SPAN style="font-size: 10pt;"&gt;while in excel its showing 6702995.61.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 10:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56193#M3740</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56194#M3741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give me two columns&amp;nbsp; result in excel&amp;nbsp; and validate row by row .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you come to know which row/column having the issue.&amp;nbsp;&amp;nbsp; [it may be format from excel or qlik]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 12:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56194#M3741</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-06T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56195#M3742</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;The problem i am seeing that could be due to "Total Mode ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total mode used was Auto and for testing when i make total mode as Sum the value are matching with excel .&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But the problem is How to set Total mode for KPI and Subtitle in Bar Chart having same expression.&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;I think default it will be like "AUTO total mode".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the aim is Subtitle should have same value as exported data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your comment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56195#M3742</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56196#M3743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi ,&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;The problem i am seeing that could be due to "Total Mode ".&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;The total mode used was Auto and for testing when i make total mode as Sum .&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;The value are matching with excel .&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;But the problem is How to set Total mode for KPI and Subtitle in Bar Chart using same expression.&lt;/SPAN&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;&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 style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;I think default it will be like "AUTO total mode".&lt;/SPAN&gt;&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;Because the aim is Subtitle should have same value as exported data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56196#M3743</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56197#M3744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I can follow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should always set a total type for each measure, "sum of line", "total of expression".. you should see what is the value you're looking for and what is the correct combination depending on the dimensions you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56197#M3744</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-06T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56198#M3745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to set Total type for measure which we are using in &lt;STRONG&gt;subtitle of chart&lt;/STRONG&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56198#M3745</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T13:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56199#M3746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you a screen shot of what you mean by this ? by subtitle of chart ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56199#M3746</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-06T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56200#M3747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is might be data model issue. As chanty suggested aggr work for you.&lt;/P&gt;&lt;P&gt;but for that you have to apply aggr() on every expression written inside if()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(if (vPeriod = 'YTD',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (sum(aggr(sum([Cost Price]),Customer)) &amp;lt;&amp;gt; 0 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (Sum(aggr(Sum([SP]),Customer)) &amp;lt;&amp;gt; 0, Sum(aggr(sum([YTDSales]),Customer)) - sum(aggr(Sum([YTDFxSales]),Customer)), sum(aggr(sum([YTDSales]),Customer)),0),&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 style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;#,##0')&lt;/SPAN&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="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&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;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Note : correct if there is any bracket or syntax error.&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="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&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;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 14:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56200#M3747</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-03-06T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56201#M3748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPI : Total Sales variance&amp;nbsp; Value : -0.12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Bar chart Subtitle Value is -&amp;nbsp; -0.1199 (-0.12) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But expected value in Subtitle is : 1682177.64 which is (after exporting data to excel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QTD DATa Issue.png" class="jive-image image-1" src="/legacyfs/online/195470_QTD DATa Issue.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achive this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 14:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56201#M3748</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T14:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56202#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;&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;KPI : Total Sales variance&amp;nbsp; Value : -0.12&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;In the Bar chart Subtitle Value is -&amp;nbsp; -0.1199 (-0.12)&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;But expected value in Subtitle is : 1682177.64 which is (after exporting data to excel)&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;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1447541-195470/QTD DATa Issue.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="QTD DATa Issue.png" class="jive-image image-1" height="900" src="/legacyfs/online/195472_QTD DATa Issue.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="1600" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;How to achive this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56202#M3749</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56203#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you have on the title expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under ASPECT =&amp;gt; GENERAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56203#M3750</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-06T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel total not matching with Qlik Straight table total</title>
      <link>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56204#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have following expression in subtitle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if((sum([YTD Sales Amount])-sum([LY YTD Sales Amount]))/sum([LY YTD Sales Amount])&amp;gt;-0.45, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum([YTD Sales Amount])-sum([LY YTD Sales Amount]))/sum([LY YTD Sales Amount]),sum([YTD Sales Amount])&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-to-excel-total-not-matching-with-Qlik-Straight-table/m-p/56204#M3751</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-03-06T15:37:52Z</dc:date>
    </item>
  </channel>
</rss>

