Skip to Content
0
Former Member
Dec 05, 2006 at 12:30 PM

Problem with condition

25 Views

I have problem with condition. I have this condition...

IF anla-anlkl GE '100' and anla-anlkl LE '990'.

I try too

IF alna-anlkl BETWEEN '100' and '990'.

My problem is: alna-anlkl (Asset class) is string field but i need compare this like integer.

Thanks a lot for help