Quantcast
Viewing all articles
Browse latest Browse all 1545

MDX Query - Retrieve member description in ResultSet

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.
ResultSet.jpg

 

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!


Viewing all articles
Browse latest Browse all 1545

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>