How to extract 40 "If CY < 40% of Avg" from this string
Contributor II
inHelp
How to extract 40 "If CY < 40% of Avg" from this string
0
| 0 Comments | 0 Discussions | 0 Members | 0 Online |
Contributor II
Answers
Then use this function for getting any number
trim(replaceAll(%{str},"[^0-9]",""))