Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

@Return with in IF condition

adnan645May 30 2018 — edited Jun 12 2018

Hi,

I observed that @Return doesn't always work properly within IF/ELSEIF/ELSE conditions... for example I have following script:

"Member A"(

IF( "Member A" == #missing)

"Member A" = "Member B";

ENDIF)

"Member A"(

IF( "Member A" <> #missing)

@Return ("It's an error message", ERROR)

ENDIF)

If the first condition is met, then second shouldn't and vice versa.

Sometimes what I face is the first condition is met but business rule also give error meaning the second condition is also being met.

Any reasons for this because of sparse dense members or cell block calcmode.. anything.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2018
Added on May 30 2018
9 comments
325 views