I have a crosstab query that results to following report:
DepName1 DepName2 ..
ExpCat1 $10 $5
ExpCat2 $500 $250 ..
: : :
However, I want to add one more column "Balance" to result in the following report:
DepName1 DepName2 .. Balance
ExpCat1 $10 $5 .. $15
ExpCat2 $500 $250 .. $750
: : :
Help.
DepName1 DepName2 ..
ExpCat1 $10 $5
ExpCat2 $500 $250 ..
: : :
However, I want to add one more column "Balance" to result in the following report:
DepName1 DepName2 .. Balance
ExpCat1 $10 $5 .. $15
ExpCat2 $500 $250 .. $750
: : :
Help.