How to get certain numbers from the pyID ?
I want to get some certain numbers from the pyID to return column of the decision table how can I achieve that ?
Example -
pyID - M-22001 (I want to get the fist two numbers from the pyID to the return column of the decision table)
return column expression - "FC"+.ManufacturedYear+"-"+.pyID (I'm currently using this Expression but this expression gives me the whole pyID I only want the first two numbers of the pyID )
Normal return - FC2002-M-22001
Expecting return - FC2002-22