Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I created one table and one chart for sum. but table is showing correct figures but chart's sum is not showing same as table sum. for table sum, I took export to excel and made sum. both are not same.
Reason ?
Thanks
Amit
There is duplication on some rows. you will have to check your origional data source and its record fetching query to remove duplication.
can you please provide an example? Having an application, even if it is a dummy application duplicating the issue would be a great help.
Are there negative numbers in the data? What type of chart? Is the table a straight, pivot or table box.
Create pivot table and in exp write same exp what u used it will show same value
Would you mind sharing some data, screenshots or your application?
Hi,
I am calculating epmplannedcost and in table, Its is showing correct figure when I do export to excel and sum. But when I used sum(epmplannedcost) in pivot chart, It is not showing correct data as table.
Thanks
For anyone see: chart and table not showing same data
- Marcus
There is duplication on some rows. you will have to check your origional data source and its record fetching query to remove duplication.