Hello,I would like to extract a number from a string that look like this:"12345678-Name of the company"I want to extract the value with the replace function in a calculation stage:Trim(Replace([Item Data], Right([Item Data], InStr([Item Data], "-")),...