Hello experts,
We're working on BPC 10.0 MS, and need to extract information directly from the Cube. I wrote the following MDX Query in SSMS:
SELECT {[Indicador].[H1].[K_0001],[Indicador].[H1].[K_0002]} ON COLUMNS, DESCENDANTS([Cuenta].[BG00000],0,AFTER) ON ROWS FROM [Notas_SIC] WHERE ([Auditoria].[AUD_INPUT],[Concepto].[CONCEPTO_NA],[Entidad].[CCB], [Interco].[I_NONE],[Moneda].[COP], [Tiempo].[2014.12],[Version].[REAL], [Measures].[SIGNEDDATA])
The result looks like this:
Image may be NSFW.
Clik here to view.
As you can see, the matrix shows the members ID's but descriptions. How can I retrieve ID and Description (or just Description)? Is this possible from the MDX Query? Any suggestions will be highly apreciated.
Thanks!