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

User: "sgnarkhede2016"
New Altair Community Member
Updated by Jocelyn
How to extract 40  "If CY < 40% of Avg" from this string

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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]",""))