I have a dataset with a Total column for each month data. Every time i run the report for subsequent month the new report gets merged with the previous month's report. But the Total column is coming before the 2nd months data. I want this total column to always be the last column in the report and this column should contain the sum total value from the each row. How can I do this ? output i am getting is : after 1st run metric Jan Total after 2nd run metric Jan Total Feb after 1st run metric Jan Total Feb Mar output i want is : after 1st run metric Jan Total after 2nd run metric Jan Feb Total after 3rd run metric Jan Feb Mar Total I am getting the correct summation data in the total column with each run only the arrangement I am not able to fix. @cynthia
... View more