dbTalk Databases Forums  

AVG in calculated member function

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


Discuss AVG in calculated member function in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Maneesh
 
Posts: n/a

Default AVG in calculated member function - 10-19-2006 , 07:03 AM






Hi ,
I'm new to OLAP cube design and I have a very basic question.
I need to create a cube with a calculated member for finding avg()
The logic for gettgin avg is same as shown in the below sql

SELECT
colA,
colB,colC,AVG(colD),
FROM table1
GROUP BY
colA,
colB,
colC



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.