문제

I am trying to build a 'dynamic' MDX which will take an external file (which has one column multiple rows) as an input to build a set. Then the set will be used as part of the mdx. I am not sure is this even doable? I am from t-sql back ground, it's pretty doable in t-sql, how about mdx?

도움이 되었습니까?

해결책

last week I published the MDX script injection projects on codepelx.

https://mdxscriptinjection.codeplex.com/

The MDX script can be easily updated or extended with code without the need to deploy the cube again. This can be very useful when MDX script will dynamically expand to for e.g.

  • update cube side SETs
  • generate SETs from external data source like SQL querys or XML content
  • create dynamic CALUCALATE MEMBER
  • update whole section in MDX script

Any feedback or proposalis very welcome. Do not hesitate to contact me.

Regards,

Marco

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top