BoulderRidge
Programmer
I've been tasked to rebuild an existing reporting tool on an ASP.NET/SQL Server 2000 platform. The existing tool has the data and user interface in Access 2000 and the reports in Excel 2000. I'm trying to determine whether I can utilize Analysis Services here to improve performance or flexibility. Some complexity to consider:
1) The Access interface allows selection of up to 3 nested row display items (ie. show states and fiscal quarters as rows) (this looks easy in AS)
2) The Access interface allows multi-select filtering on up to 15 different data elements. Filters are multi-select list boxes, so you could pick to include 3 states, 5 facilities, and 10 Diagnosis codes as an example combination. Filtering is independent of the row display items selected. Access builds a dynamic query based on 1) and 2) selections and Excel grabs the query and formats the data.
3) ***The Excel report layout is NOT a pivot table style. In a report with 9 columns of numbers, each column is a different measure, sometimes from different tables.***
4) The Excel report contains custom "tools" that switch the user between counts, percents, rates per thousand, charts, etc.
I am new to OLAP but in my research it seems everything is based on the pivot table functionality, which does not match my needs. I also have trouble seeing how to put the power of Analysis Services behind a controlled user interface with pre-defined report layouts. Also can ASP.NET read directly from a cube?
Sorry if these are dumb questions, thanks for any advice!!
--BoulderRidge
1) The Access interface allows selection of up to 3 nested row display items (ie. show states and fiscal quarters as rows) (this looks easy in AS)
2) The Access interface allows multi-select filtering on up to 15 different data elements. Filters are multi-select list boxes, so you could pick to include 3 states, 5 facilities, and 10 Diagnosis codes as an example combination. Filtering is independent of the row display items selected. Access builds a dynamic query based on 1) and 2) selections and Excel grabs the query and formats the data.
3) ***The Excel report layout is NOT a pivot table style. In a report with 9 columns of numbers, each column is a different measure, sometimes from different tables.***
4) The Excel report contains custom "tools" that switch the user between counts, percents, rates per thousand, charts, etc.
I am new to OLAP but in my research it seems everything is based on the pivot table functionality, which does not match my needs. I also have trouble seeing how to put the power of Analysis Services behind a controlled user interface with pre-defined report layouts. Also can ASP.NET read directly from a cube?
Sorry if these are dumb questions, thanks for any advice!!
--BoulderRidge