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

sgnarkhede2016
sgnarkhede2016 New Altair Community Member
edited November 2024 in Community Q&A
How to extract 40  "If CY < 40% of Avg" from this string
Tagged:

Answers

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