core.noscript.text
I ma new in Alteryx. Please help me to find solution for attached scenario.
Hey @sahasanb, here's one way I'd go about this, using a regular expression to find a percentage in the string and parse that:
Hello @sahasanb.
Please see attached for one possible solution.
@sahasanb One way of doing this
REGEX_Replace([Name], '.*?(\d+%)', '$1')