I have to build a report for our phased construction project. We want a report that will show
phase (TaskCodeID)
Hard Cost/Soft Cost (first two digits of CostCodeID <29=HardCosts, 30=Land, 31-98=Softcosts, 99=Contingency)
Cost Code Category (first two digits of CostCodeID)
detail lines based on CostCodeID
Cost Code Category Total
Hard Cost/Soft Cost total
Phase Total
I’ve been able to create variables in the data section of my report called $HardSoft & $CostCostCat and I can get that data to display in the details section.
But, I don’t seem to be able to use the variables to control my groups.
Each groups section seems to also have a VARIABLES property. Do I have to redefine the variables in in section?
As you can see all of the data for these variables is already within the CostCodeID so creating ATTRIBUTES and having to input this data on every bill seems unnecessary.
Any help?