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

sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
How to extract 40  "If CY < 40% of Avg" from this string

Answers

  • VanlalVanlal Member Posts: 12 Contributor II
    Set Macro str = "If CY < 40% of Avg"
    Then use this function for getting any number
    trim(replaceAll(%{str},"[^0-9]",""))
Sign In or Register to comment.