Essentially I want to write the SQL function
LTRIM (JOBTITLE, '-')
to remove anything before the hypen from the text field job title. however crystal's version of LTRIM wont allow me to pass the second parameter ('-'),or any other second parameter, into the function. Does anyone know of a formula that can be used as a work around to this problem
Cheers!
LTRIM (JOBTITLE, '-')
to remove anything before the hypen from the text field job title. however crystal's version of LTRIM wont allow me to pass the second parameter ('-'),or any other second parameter, into the function. Does anyone know of a formula that can be used as a work around to this problem
Cheers!