Hi, I'm substringing a memo field to give me a number:
the result of this is a number but because of the way i've obtained it BO thinks it's a string. Is there a way of 'fooling' BO into thinking it's actually a number?
The reason for this is that i'm using it as a condition on an alerter i.e. where it's greater than a certain value..
Thanks,
Andy
Code:
=RightTrim(SubStr(<Diary Narrative> ,19 ,50))
the result of this is a number but because of the way i've obtained it BO thinks it's a string. Is there a way of 'fooling' BO into thinking it's actually a number?
The reason for this is that i'm using it as a condition on an alerter i.e. where it's greater than a certain value..
Thanks,
Andy