Hi All,
I am new to SSRS and appreciate if someone can help me developing following report and could send me good websites which has more illustrations/sample reports and developing reports on SSRS please.
Currently I am working on a project where I need some assistance of developing below report using SSRS.
Premium Information | January 2012 | February 2012 | March 2012 | April2012 ……till Dec2012 |
Base Premium | 200 | 320 | 450 |
|
Gross Premium | 250 | 475 | 680 |
|
Policy Count | 100 | 120 | 146 |
|
Cancellation_Count | 20 | 18 | 32 |
|
Average_Premium | 3.125 | 4.65 | 5.96 |
|
Average Premium = Gross Premium / ( policy_count - Cancellation_Count )
Data warehouse has information to work with above report.
factSales Table
Base Premium,Gross Premium ( Decimal)
Policy Count,Cancellation_Count ( int)
dimDate Table
DateKey, MonthName, YearName, FiscalYear.........
factSales and dimDate tables are joined using dimDate(datekey) and factSales(transdate_key)
-----
I need some assistance of
1. how to generating a suitable query for the above report
2. How to design report layout using SSRS and allocating variables into report columns
3. I have a cube too, on above tables, is it possible to use cube data to work with report.
Regards
Mira