This has been wonky for a while here:
'A' equation is working. 'E' equations are not
This is the case with a few fields (maybe with all, I dont have many with equations)
Example:
Yes/No Field named "Changed" with equation
-
Equation is
A:DateChanged=int(now()) | E:DateChanged= | A: ItemColor="powder" | E:ItemColor="yellow"
I'll break that down:
A:DateChanged=int(now()) | = add todays date to DateChanged when ticked
E:DateChanged= | = remove todays date from DateChanged when unticked
A: ItemColor="powder" | = make item back-colour Powder when ticked
E:ItemColor="yellow" = make item back-colour Yellow when unticked
The 'A' equations work but the E ones don't - if I untick and retick the Changed field, nothing happens at all to the item colour or to the DateChanged field (DateChanged should clear and then have todays date)
Am I doing something wrong ?
- or is this a possible bug
Anyone else having this sort of trouble ?
Comments