Page 1 of 1

ELLEV return always 0 in Activeform XLS

Posted: Thu Jul 19, 2012 9:08 am
by schlemiel29
In Excel I created a report as an active form. Works fine with dynamic rows and selection of header elements. I like to add an indicator, if a consolidated element is chosen in the header dimensions. So I tried to use ELLEV. This function returns always 0, even if it is a consolidated element. Is this function not designed to use it here? Is there a bug or a trick to get it work?
Best regards
Dirk

Re: ELLEV return always 0 in Activeform XLS

Posted: Thu Jul 19, 2012 10:01 am
by lotsaram
ELLEV definitely works. Most likely you are not referencing the dimension name as server:dimension. If you post the formula more likely someone can help you out.

Re: ELLEV return always 0 in Activeform XLS

Posted: Thu Jul 19, 2012 1:10 pm
by schlemiel29
:idea: OMG! So simple! Thanks a lot, I forgot the "SERVER:". Now it works. :D