I am trying to convert a calendar date to a serial number. Example:2018-08-11 would be 43323.
The goal is to use this in part of a concatenated field. Name + Product + Serial Number.
I have Name + Product + Calendar Date, e.g., "Jones Product A 2018-08-11" and want "Jones Product A 43323".
Any suggestions?