I’m rather new to Crystal Reports and i hope you can help me out with this question.
I made a parameter “year”. This gets the actual budgetnumbers. I also want to see the same numbers for the year before.
So:
Amount 2008 Amount 2007
Net Sales 100 103
How do i do this? I’m used to BOXI / Webi so i really have to get used to Crystal. Any suggestions would be welcome.
You could probably do this with 2 SQL commands in Crystal, or one command that Unions the 2 years worth of data together, hardcodes a year string value and then create a crosstab out of the results.