Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jhon11
Starting Member
42 Posts |
Posted - 2007-11-08 : 12:09:25
|
Hi,I have all stored procedures for report for this month and previous month. Now my task is to generate report to find out the difference for all coulms those are same for both month reports.EX of final reportMonth1|Month2|Difference|sales |Sales | % | | | | | | | | | |There are other colums in those rows too..So could any one help me out.I want my out put in Excel sheetAnd its a recuant report ..so i have to use stored procedure.LOOKING FOR HELP ASAP |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-11-08 : 12:31:16
|
Please post your table DDL, sample data and expected result from these sample data. KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|