CR 10.0
SQL Server
I have created a cross tab report for Orders Backlog by customer by month.
Jan Feb Mar Apr May
ABC Company 5000 6000 7000 5000 7000
DEF Company 5000 4500 6333 5555 8888
I would like to create a formula that takes the difference between months:
Diff Diff
Jan Feb Jan/Feb Mar Feb/Mar
ABC Company 5000 6000 -1000 7000 -1000
DEF Company 5000 4500 500 6333 -1833
The month is a parameter field. You can pick two or twenty different months. Any ideas on how this could be accomplished?
Thanks,
Jeff
SQL Server
I have created a cross tab report for Orders Backlog by customer by month.
Jan Feb Mar Apr May
ABC Company 5000 6000 7000 5000 7000
DEF Company 5000 4500 6333 5555 8888
I would like to create a formula that takes the difference between months:
Diff Diff
Jan Feb Jan/Feb Mar Feb/Mar
ABC Company 5000 6000 -1000 7000 -1000
DEF Company 5000 4500 500 6333 -1833
The month is a parameter field. You can pick two or twenty different months. Any ideas on how this could be accomplished?
Thanks,
Jeff