IF/ELSE Condition in OBIEE
735234Dec 18 2009 — edited Jun 21 2011Hi Experts,
I would like to wirte a simple IF ELSE condition in OBIEE, not sure how to do that.
Here is what I would like to try in OBIEE
IF A='apple' AND B='bat' THEN
"do something"
ELSE
"do nothing"
END
Appreciate your help.
Thanks in advance.