The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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.