dbTalk Databases Forums  

Urgent! Mode price using Statistical MDX excel function

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


Discuss Urgent! Mode price using Statistical MDX excel function in the microsoft.public.sqlserver.olap forum.



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

Default Urgent! Mode price using Statistical MDX excel function - 09-23-2004 , 01:59 AM






Hi,
i was trying to calculate Modal price(most frequent) for a measure
using the below formula which is syntactically correct

EXCEL!Mode (
SetToArray (
Descendants (
[Time].[Monthly].CurrentMember,
[Time].[Monthly].[Date]
),
[Measures].[Target Price]
)
)


but it is giving error as "Unable to display cell properties The
operation has failed because of an error in the COM component Type
Mismatch.An error occured during attempt to get cell value"

Do i need to register any excel library or anything which i am not
able to understand

Whether my approach is correct for calculating Statistical modal price
for a measure

Urgent help is required

Regards
Prasanna

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.