Submitted Questions

  • Sum Calculation in Crosstab

    I am creating a crosstab report. In rows, I have companies and a field with Actual, budget and variance and a measure in column. I want to calculate sum for actual, buget and variance individually at the end of columns. is it possible?

    Poonam Birla

    • Nov 18th, 2015

    Yes, we can sum up those values. try with this formula in the end of the column =sum(actual), sum(budget),sum(variance).