Is there a way of truncating a field as below:
.3353, I want to be .33. I do not want to round it. I tried ROUND and of course I get .34. I tried casting to a numeric field of (5.2) and it rounded it also to .34. It is a $ field and I am trying to compare. I do not want .3353 to become .34 and have the other field I am comparing to, say .3349 become .33 and have a mismatch. I am still searching and trying stuff in the meantime.
Thanks,
Remember when... everything worked and there was a reason for it?
.3353, I want to be .33. I do not want to round it. I tried ROUND and of course I get .34. I tried casting to a numeric field of (5.2) and it rounded it also to .34. It is a $ field and I am trying to compare. I do not want .3353 to become .34 and have the other field I am comparing to, say .3349 become .33 and have a mismatch. I am still searching and trying stuff in the meantime.
Thanks,
Remember when... everything worked and there was a reason for it?