Bug fixes: * SQL Report Prints only top records – Bug * OLAP Report: Date Picker does not work when a Default Member is defined * KPI 2005 Filters * Hide Non Calculated does not hide measures in the view mode anymore; this option should make it impossible to see a report when no measures are selected * OLAP Report: Export to Excel the entire set when paging is enabled. * Go Back button for Geo Chart does not seem to work * OLAP Report: Named Set: cannot edit saved MDX * WebConfig.xml maxRequestLength is increased to 102400 to help with large file exports Enhancements:
* OLAP Report: New styles exposed: Description Style (.ReportDesc) and .FilterTable * OLAP Report: In the drilldown mode, undo and re-do buttons are added to the toolbar menu; the History Menu is available when right clicking on the buttons. * Ability to pass query string parameters to filters for OLAP, OWC, Pie Tree, Bar Tree, Tree Map, KPI 2005. Multi select values have to be comma delimited like so &[dimension name 1]=MemberName1, MemberName2& &[dimension name 2]=MemberName1. Ampersand (&) in the names has to be replaced with %26. Some Foodmart examples:
http://localhost/reportportal/Proxy.aspx?reportId=438&[Customers]=[Customers].[All Customers].[USA].[CA].[Arcadia] &[Education Level]=[Education Level].[All Education Level].[Graduate Degree] |