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