all groups > sql server data warehouse > august 2006 >
You're in the

sql server data warehouse

group:

retrieve Primary key value from OLAP Cube


retrieve Primary key value from OLAP Cube Dinesh Patel
8/22/2006 10:55:01 PM
sql server data warehouse:
I want to retrieve Primary key value from my OLAP Cube. can you please tell
me how can i do this in below query?

SELECT NON EMPTY { [Measures].[Total Test Count] } ON COLUMNS,
NON EMPTY { ([Dim Station].[Station Name].[Station Name].&[1ST CHOICE
EMISSIONS & INSPECTIONS] *
[Dim Test Cycle].[Test Cycle].[Test Cycle].ALLMEMBERS *
[Dim OverallResult].[Overall Result].[Overall Result].ALLMEMBERS
) } ON ROWS
FROM [OLAP Test Cube]

Re: retrieve Primary key value from OLAP Cube Jeje
8/23/2006 6:36:35 PM
there is no primary keys in a cube.

I presume that you want to retrieve the drill through result?
The drill through command return the row from the source database which are
used to fill the targeted cell.
search on the web for samples and syntaxes.


[quoted text, click to view]

Re: retrieve Primary key value from OLAP Cube Dinesh Patel
8/24/2006 6:14:02 AM
Thanks for info.

[quoted text, click to view]
AddThis Social Bookmark Button