PaulEaston
5 years agoQrew Assistant Captain
Displaying Date field dates without dashes
I want to generate a good that looks like this:
REQ##-YYYYMMDD-######
where
REQ[Record ID#]-[From a Date Field]-[From a number field]
e.g.:
REQ12-20210218-123456
The formula I used in the formula field is:
"REQ"&[Record ID#]&"-"&ToFormattedText([Date Received],"YYYYMMDD")&"-"&[Source ID]
It displays as:
REQ12-2021-02-18-123456
Close, but I would like to remove the dashes in the date field. How can I do this?
------------------------------
Paul Easton
------------------------------
REQ##-YYYYMMDD-######
where
REQ[Record ID#]-[From a Date Field]-[From a number field]
e.g.:
REQ12-20210218-123456
The formula I used in the formula field is:
"REQ"&[Record ID#]&"-"&ToFormattedText([Date Received],"YYYYMMDD")&"-"&[Source ID]
It displays as:
REQ12-2021-02-18-123456
Close, but I would like to remove the dashes in the date field. How can I do this?
------------------------------
Paul Easton
------------------------------