G
Guest
i am trying to set a certain field to a blank vaule if another field is >than
30,000 or >-30,000. i have set it up and it is working fine with changing
the value to a blank if it is 0ver 30,000, but i am not sure how to work in
the -30,000. this is what i have:
IIf([entitydiscretedata]![velocityflag]>30,000, "
",[entitydiscretedata]![velocity])
how can i make this also use anything over -30,000 show up blank. this is
kinda confusing with the negative in there and using >< signs. Well to me it
is. Is is less than -30,000 or >-30,000. i am trying to flag values like
-38345, -32466 etc.
30,000 or >-30,000. i have set it up and it is working fine with changing
the value to a blank if it is 0ver 30,000, but i am not sure how to work in
the -30,000. this is what i have:
IIf([entitydiscretedata]![velocityflag]>30,000, "
",[entitydiscretedata]![velocity])
how can i make this also use anything over -30,000 show up blank. this is
kinda confusing with the negative in there and using >< signs. Well to me it
is. Is is less than -30,000 or >-30,000. i am trying to flag values like
-38345, -32466 etc.