I am trying to create a 'command' table in crystal where 1 of the fields is selecting part of another field:
SUBSTRING(GPSTNAR,13,3)) AS SCHEDULE.
This creates a text field which I need to convert to a number. I've tried putting various things before the SUBSTRING such as TO_NUMBER, TO NUMBER and NUMBER but none of these seem to work.
Can someone please help.
Many Thanks
SUBSTRING(GPSTNAR,13,3)) AS SCHEDULE.
This creates a text field which I need to convert to a number. I've tried putting various things before the SUBSTRING such as TO_NUMBER, TO NUMBER and NUMBER but none of these seem to work.
Can someone please help.
Many Thanks