Can Field3 be 0?
If yes, you'll get an overflow all the time...
You need to do some treatment like WHEN "Field3"<>0 THEN... inside your CASE.
Cheers,
Henrique.
Can Field3 be 0?
If yes, you'll get an overflow all the time...
You need to do some treatment like WHEN "Field3"<>0 THEN... inside your CASE.
Cheers,
Henrique.