dbTalk Databases Forums  

Set - Created on Member Properties

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


Discuss Set - Created on Member Properties in the microsoft.public.sqlserver.olap forum.



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

Default Set - Created on Member Properties - 09-09-2005 , 09:30 AM






I am getting an error when I am trying to create a set on member Properties -

I have Case Dimension and "Total Indemnity" is a member property of the Case
Dimension.

Please refer to the following statement -

SET [TotalIndemnity_Set] AS
'{Val([Case].CurrentMember.Properties("Total Indemnity")) >= 5000} '


--
Thanks,
Bipin Patil

Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Set - Created on Member Properties - 09-09-2005 , 10:21 PM






Typically, you would use Filter() to apply a filter condition to members
of an unfiltered set, like:

Quote:
SET [TotalIndemnity_Set] AS
'Filter([Case].[Case].Members,
Val([Case].CurrentMember.Properties("Total Indemnity")) >= 5000)'
Quote:

- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


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.