I have tried all the ways I could think of to do this but cannot find anything on how to change a text field to an integer field like in ArcGIS Pro. Please help! This is what I have tried:
@int(USER_Price)
@int(@replace(@replace(USER_Price, "$", ""), ",", ""))
I have also tried @Trim which produced a 3 digit result.