Add filter For the Demo time,I would like to filter out the products which not in Red and Black color. My operation followed underneath. 1.Click the color dimension,cancel the Red and Black checkbox, 2.Drag the "Color" Dimension to Filters 3.The…
Normally, we have created a table, view in database or cube in SSAS, user can use Excel as a BI tool to display data. Here we have an Actual, Budget and Forecast data cube in SSAS. Open Excel, click "Data"->"From Other Sources"->…
原文 http://www.gyurcit.hu/pivot.html Dynamic Pivot table wizard This stored procedure generate dynamic crosstable with multiple pivot columns by 4+1 parameters. 1. P_Row_Field Name of field that reperesent the spreadsheet's rows 2. P_Column_Field Name…
先上代码 <script type="text/javascript" language="javascript"> var idTmr; function getExplorer() { var explorer = window.navigator.userAgent; //ie if (explorer.indexOf("MSIE") >= 0) { return 'ie'; } …