Hi,
I've just run into a curious problem with a conditional expression in the AttributeManager.?
I'm comnparing two dates in the "FME Date" format (%Y%m%d), setting an "expired" value to either "true" or "false" based on the conditional expression: @Value(dt1) > @Value(dt2)
But it seems like the expression is always satisfied, so my output is always "true", regardless of the values involved (and some should definitely yield "false").
As a workaround I added a Tester transformer, with the exact same expression, and that worked as expected.
Has anyone else run into this, or have any insight into why the conditional value errs ?
Cheers