BI备忘录

BI,SSIS,SSAS,SSRS
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年4月16日

摘要: 可用Foreach NodeList Enumerator,代码EnumerationType:ElementCollectionOuterXPath: /Parameters/ParameterInnerXPath:*映射:User::paramName,索引0,第一次外循环,取得字符串"Date" User::paramValue,索引为1,第一次外循环取得字符串"[Date].[Year-M... 阅读全文

posted @ 2010-04-16 09:40 安德鲁 阅读(540) 评论(1) 推荐(2)

2010年4月14日

摘要: SSRS2008中不能直接像05中那样直接设置fixed headder参考 :http://blogs.msdn.com/robertbruckner/archive/2008/10/13/Repeat-Header-And-Visible-Fixed-Header-Table.aspx摘抄如下:in the grouping pane, click on thesmall triangle a... 阅读全文

posted @ 2010-04-14 12:24 安德鲁 阅读(543) 评论(0) 推荐(1)

2010年4月12日

摘要: http://<SharePoint_site>/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/<SharePoint_Document_Library>/<Report_Name>.rdl. rp:Month=201003rv:HeaderArea Full,Nonerv:ToolB... 阅读全文

posted @ 2010-04-12 09:51 安德鲁 阅读(606) 评论(0) 推荐(1)

2010年4月7日

摘要: 如果能直接从缓存中获得查询结果,将减少MDX查询的响应时间。因此,如果事先知道用户很可能执行的查询,先执行一遍,则当用户执行此查询时,将使用Warm Cache,而非Cold Cache,减少等待时间,提升用户体验。过程如下:1.判断当前是否有cube已处理完成,但还没有warm。(2个SQL Task,由于cube处理结果表和warm记录表在不同的数据库服务器上)2.抽取所有的mdx query... 阅读全文

posted @ 2010-04-07 12:14 安德鲁 阅读(282) 评论(2) 推荐(1)