Hi Dider:
I was able to get it work with one value but my requirement is not to show "*IDES*" as well as "*BPES*"
How to combine both of these.
<FILTER KEY="[0D_CO_CODE].[LEVEL01]" >
<CONDITION OPERATORCONDITION="NotLike" >
<CONSTANT CAPTION="*IDES*" />
</CONDITION>
</FILTER>
<FILTER KEY="[0D_CO_CODE].[LEVEL01]" >
<CONDITION OPERATORCONDITION="NotLike" >
<CONSTANT CAPTION="*BPES*" />
</CONDITION>
</FILTER>
Appreciate somebody can help me in this.Thanks in advance...