Hi,
my requirement is :
Decode(T1.C1,0,T1.C2,T2.C2)
I can do it using ApplySimple.Similar construct with
Case can also be thought of.
But problem in MSTR is to select columns from 2
different tables T1 and T2 depending on the condition.
The decode statemnt is validated but whenever I am
trying to save the attribute it sets one table say T1
as Lookup and when I drag this object only in a
report, the decode statement becomes:
Decode(T1.C1,0,T1.C2,T1.C2). How to get Table T2 for
the else clause??
Any help will be appreciated.
Thanks and regards