HaydnCostin
Technical User
Hello - using Crystal 10 on MS SQL Server 2000 database
I have tried some of the tips in thread 767-1051284 but I think the key difference is I also want to use wildcards, as follows:
We have order numbers in the form 21064357 and 21064357* where the asterisk is part of the order number string. We sometimes want to select all records where the order number is with an asterisk and sometimes all records where order number is without an asterisk.
I've tried using the literal character chr(42), as follows:
{t_order.order_number} like "*"+chr(42)
but this returned no records. Any help to find the right syntax would be greatly appreicated, thanks!
I have tried some of the tips in thread 767-1051284 but I think the key difference is I also want to use wildcards, as follows:
We have order numbers in the form 21064357 and 21064357* where the asterisk is part of the order number string. We sometimes want to select all records where the order number is with an asterisk and sometimes all records where order number is without an asterisk.
I've tried using the literal character chr(42), as follows:
{t_order.order_number} like "*"+chr(42)
but this returned no records. Any help to find the right syntax would be greatly appreicated, thanks!