re: CR v 7
At runtime, we let users choose from several default parameter values. To speed up processing, we allow them to choose "Any" by creating a default value of "*" (asterisk) then modifying the selection formula to say "FieldName LIKE ParameterName".
That works great for string fields and parameters but is there a way of doing that for numeric fields?
Any clues would be gratefully received.
J
)
At runtime, we let users choose from several default parameter values. To speed up processing, we allow them to choose "Any" by creating a default value of "*" (asterisk) then modifying the selection formula to say "FieldName LIKE ParameterName".
That works great for string fields and parameters but is there a way of doing that for numeric fields?
Any clues would be gratefully received.
J