Skip to Content
0
Former Member
Apr 28, 2009 at 04:10 PM

Not Equal filter

939 Views

Hi

am trying to put some predefined filters in the universe and it does not work for any thing other operator than Equal to operator any ideas what am missing ,

-


This does work----


<FILTER KEY="[ZHIST__OMP].[LEVEL01]">

<CONDITION OPERATORCONDITION="Equal">

<CONSTANT CAPTION="2008"/>

</CONDITION>

</FILTER>

-


This does not work----


<FILTER KEY="[ZHIST__OMP].[LEVEL01]">

<CONDITION OPERATORCONDITION="Not Equal">

<CONSTANT CAPTION="2008"/>

</CONDITION>

</FILTER>