Something very strange over here:
i created a formula which should put a 1 if true and a 0 if false... but it shows only the 1 , it seems like he doesn't see the else part of my formula!
anyone an idea?
if {ROOTCAUSEM1.CLOSE_TIME} > {ROOTCAUSEM1.DEX_TARGET_WORKAROUND}
then
1
else
0
i created a formula which should put a 1 if true and a 0 if false... but it shows only the 1 , it seems like he doesn't see the else part of my formula!
anyone an idea?
if {ROOTCAUSEM1.CLOSE_TIME} > {ROOTCAUSEM1.DEX_TARGET_WORKAROUND}
then
1
else
0