Skip to Content
0
Former Member
Sep 06, 2010 at 07:52 AM

how can i do in OLAP universes?

39 Views

Hello, I have one question, if you help me on this I am glad about it;

I have a Univers, but I make it from data which is coming directly from BW OLAP. I also make a variable inside it becuasein order to call last 6 month You know, the months are 12 in a year but we make a special term in our coupe for every 3 months and thats why it brings us 16 month.

january, february, march, april, may, june, july, august, september, october, november, december and after that special term 1, special term 2, special term 3 special term 4.

I need these special terms for other universe, but I dont want them here for last 6 month and I want to resrict universe with xml language, but I exactly dont know what to write in codes.

I tried this kind of things (look at the below) but it doesnt work

<FILTER KEY="[Level Object Definition]">

<CONDITION OPERATORCONDITION="NOTLike">

<CONSTANT CAPTION="spec*"/>

</CONDITION>

</FILTER>

Operator : Different from pattern

Universe operator syntax: NotLike