Community & Support
Learn
Marketplace
Menu
Menu
Home
›
Discussions
›
Community Q&A
How to extract 40 "If CY < 40% of Avg" from this string
sgnarkhede2016
New Altair Community Member
Sep 18, 2020
Updated
Nov 5, 2024
by
Jocelyn
How to extract 40 "If CY < 40% of Avg" from this string
Find more posts tagged with
AI Studio
All Replies
Sort by:
Sort by
Oldest
▾
1 - 1 of 1
↑
1
↑
Vanlal
New Altair Community Member
Sep 20, 2020
Set Macro str = "If CY < 40% of Avg"
Then use this function for getting any number
trim(replaceAll(%{str},"[^0-9]",""))
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Then use this function for getting any number
trim(replaceAll(%{str},"[^0-9]",""))