roufghrider
Technical User
We have a crystal report that needs amending; when the report is produced it has an address field. What i would like to do is able to say if the address field contains any of the following characters (@ or ? or < or >) then say no address and prompt for the user to insert the address manually.
Is this possible and if so how, I’m new to crystal have put together the following from google.
if ({rsp_SL683_bill_address;1.DEBTOR_ADDRESS} like ["*@*", "*?*", "*<*"]) then "No Address"
if {rsp_SL683_bill_address;1.DEBTOR_ADDRESS} = "No Address" then "prompt for user to input address manually"
many thanks
R
Is this possible and if so how, I’m new to crystal have put together the following from google.
if ({rsp_SL683_bill_address;1.DEBTOR_ADDRESS} like ["*@*", "*?*", "*<*"]) then "No Address"
if {rsp_SL683_bill_address;1.DEBTOR_ADDRESS} = "No Address" then "prompt for user to input address manually"
many thanks
R