How to extract 40 "If CY < 40% of Avg" from this string

sgnarkhede2016
New Altair Community Member
Answers
-
Set Macro str = "If CY < 40% of Avg"
Then use this function for getting any number
trim(replaceAll(%{str},"[^0-9]",""))1