sql server - Passing MDX parameters to SQL query -
i have several reports ssas 2008, 1 of them has drill through sql server report because data far granular cube.
any tips on passing parameters? of course passed in mdx, , can't figure out way "key" source mdx. surprisingly can't find lot of pointers on this.
let me know if vague...
are getting mdx passed in string can examine , fiddle with? if can extract dimension , member name, name in sql database find id required, passed on?
i assume getting strings this:
[location].[all location].[south].[surrey].[guildford]
if 'guildford' in sql db you'll able find out row 2134 , that's need?
Comments
Post a Comment