Hi there
Using Crystal Version 9 to MS SQL database.
I am filtering a field with following formula:-
(@buffer) = {buffer.response} like "GetSpecificRecord*"
It extracts values as below. I now need to extract the numbers from these fields. (see samples below)
Sample returned values:-
GetSpecificRecord(9000707)
GetSpecificRecord(9002117, 1st)
GetSpecificRecord(9008888,9000456)
Need to extract:-
9000707, 9002117, 9008888, 9000456 each as own fields.
Appreciate your thoughts and thanks in advance
Using Crystal Version 9 to MS SQL database.
I am filtering a field with following formula:-
(@buffer) = {buffer.response} like "GetSpecificRecord*"
It extracts values as below. I now need to extract the numbers from these fields. (see samples below)
Sample returned values:-
GetSpecificRecord(9000707)
GetSpecificRecord(9002117, 1st)
GetSpecificRecord(9008888,9000456)
Need to extract:-
9000707, 9002117, 9008888, 9000456 each as own fields.
Appreciate your thoughts and thanks in advance