Just wonder how am going to filter member by using the following
command.
.ExcludedMember = (" ") --> if i want to filter customer Last Name
Any help will be appreciated.
Filter( [Dim Customer].[Customer Name].[Customer Name].ALLMEMBERS, Instr(
[Dim Customer].[Customer Name].currentmember.Properties( 'Member_Caption' ),
'Lim' ) > 0 )
"Lester Lim" wrote:
> Hi,
>
> Just wonder how am going to filter member by using the following
> command.
>
> ..ExcludedMember = (" ") --> if i want to filter customer Last Name
>
> Any help will be appreciated.
>
> .
>