Murph_map Posted September 16, 2011 Posted September 16, 2011 constantin said: Thank's Murph. You saved my time. It works. This is just what i need. You're the best. What function should i use then i create annotation block, in the value field to show annotations from UNIC field if the value from Suprafata field is biger then 1,5?(if(Suprafata>1,5) then (show annotation); (else do nothing, not show)). I was trying to find some LISP function but some success, may be i am not looking the right place. The expression would be (if (> :UNIC@Suprafata 1.5) ::UNIC@Suprafata " ?") (the ? will display in this sample if the value is less than 1.5) However for the less than/greater than to work the OD field must be of a real type or an integer(whole number) type when the OD table is created. Also with the "," comma over the "." period it depends on how your localization works over on that side of the big pond. I would say that your OD fields are all character types if you import the data. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.