Hello,
Our project IDs have - between numbers and I want to display them on a report designer report without the dashes. Example, 25-36-010 would display as 2536010 in the report. Is there a way to do this with a formula in a report?
The current formula is :
='REQUEST FOR INFORMATION # '+[RequestForInformation.ProjectId]+'-'+[RequestForInformation.RFIID_Attributes]
I need to keep the first and last expression, but make it so the Project ID only displays numbers and not dashes.
Thank you!