None of the options above are good for Report Builder.
I need to convert a string (date) to date format.
Hire Date shows as 01011999 I need 01/01/1999
I attempted using
CHAR(DIGITS(HDT#01):1 2) || '/' || CHAR(DIGITS(HDT#01):3 2) || '/' || CHAR(DIGITS(HDT#01):5 4)
But report builder does not allow :