Hello Guys.
I am trying to retrieve some data based on two strings: "Alq" and "IR".
The ideia here is, Alteryx finds the string "IR" or "ALQ" within a field, once it detects it should bring the words next to it.
So for this example:
IR RECOLHIDO PELO CLIENTEx000D_I.R. R$: 29,610.43_x000D_Alq.: 15%
Alteryx finds "IR". Then it should bring the next 20 words so a new field is created with "IR RECOLHIDO PELO CLIENTE" and the same thing with "ALQ" but with 10 words only.
Is it possible? I tried using Findstring and CONTAIN but I can think of any formula to bring words next to it.
Thanks