hello,
I am composing a report to calculate the dollar amount of recovery. I have a dataset in detail level. My user want a report that groups by month and year of the transation date (rows),columns we need the dollar amt for : 0 - 30 days recoveries, 31 - 60 days recoveries until 365 days recoveries...
My question is can I just use different grouping to calculating the column values?? I have not problem to write scripts in sql like stored procedures to get the report done but I want to know what can I do within the reporting service to do finish the report. I don't know if I gave out enough information. Please let me know if there is more information needed. I am using sql 2008.
thank you for any inputs and suggestions.
I am composing a report to calculate the dollar amount of recovery. I have a dataset in detail level. My user want a report that groups by month and year of the transation date (rows),columns we need the dollar amt for : 0 - 30 days recoveries, 31 - 60 days recoveries until 365 days recoveries...
My question is can I just use different grouping to calculating the column values?? I have not problem to write scripts in sql like stored procedures to get the report done but I want to know what can I do within the reporting service to do finish the report. I don't know if I gave out enough information. Please let me know if there is more information needed. I am using sql 2008.
thank you for any inputs and suggestions.