dbTalk Databases Forums  

Using Create Global Cube

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Using Create Global Cube in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tbowden@pmsi-consulting.com
 
Posts: n/a

Default Using Create Global Cube - 02-07-2006 , 09:27 AM






I wonder if anyone can help. I am using CREATE GLOBAL CUBE to create a
local cube file for offline analysis and it works OK, eg:

CREATE GLOBAL CUBE [Cub_Local]
Storage 'C:\Temp\External.cub'
FROM [DSA_External]
(
MEASURE [DSA_External].[System Active Uses Count],
DIMENSION [DSA_External].[Aging Bracket],
DIMENSION [DSA_External].[BDS Systems],
DIMENSION [DSA_External].[External System Operator ID]

)

but I can't seem to get

i) The dimensions to sort by any attribute except the key.
ii) Export the Name instead of the Key

Any help would be appreciated,

Cheers

Tim


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.