I am trying to write a report to display fields by year as a budget projection report. Something similar to this:
I'm pulling this information out of a database with all their respective fields and have set it up using the crosstab feature. My complication arises because I want to take numbers from past years (items deferred for example) and bring them to year1, in addition to numbers associated with year 1.
Since I don't know how to have both future numbers as well as select fields into one column in the same crosstab, I've created two reports, one with foreword projections and one that lists deferred numbers for several past years, but now would like to combine the two.
Any ideas would be extremely helpful! Regards
Code:
year1 year2 year3
name
building1 <$$$> <$$$> <$$$>
building2 <$$$> <$$$> <$$$>
building3 <$$$> <$$$> <$$$>
name
building1 <$$$> <$$$> <$$$>
I'm pulling this information out of a database with all their respective fields and have set it up using the crosstab feature. My complication arises because I want to take numbers from past years (items deferred for example) and bring them to year1, in addition to numbers associated with year 1.
Since I don't know how to have both future numbers as well as select fields into one column in the same crosstab, I've created two reports, one with foreword projections and one that lists deferred numbers for several past years, but now would like to combine the two.
Any ideas would be extremely helpful! Regards