Re: About Calculated Members
From: Francesco De Chirico (f.dechirico_at_forgroup.it)
Date: 06/16/04
- Next message: Francesco De Chirico: "Re: Dimension. Is this a bug or feature?"
- Previous message: Francesco De Chirico: "Re: Dimension. Is this a bug or feature?"
- In reply to: Ricardo Antunez: "Re: About Calculated Members"
- Next in thread: Ricardo Antunez: "Re: About Calculated Members"
- Reply: Ricardo Antunez: "Re: About Calculated Members"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Jun 2004 18:33:47 +0200
Hi Ricardo,
if I understand, you want to test if the actual member is the member you
want??
You can't reference to the CurrentMember of a level, but you can reference
to the CurrentMember of the dimension, so, you can use:
IIF( [Products].CurrentMember is [Products].[Type].&[Fruits], 1, 0)
- Next message: Francesco De Chirico: "Re: Dimension. Is this a bug or feature?"
- Previous message: Francesco De Chirico: "Re: Dimension. Is this a bug or feature?"
- In reply to: Ricardo Antunez: "Re: About Calculated Members"
- Next in thread: Ricardo Antunez: "Re: About Calculated Members"
- Reply: Ricardo Antunez: "Re: About Calculated Members"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|