I am working with qlikvieww, and i have a problem with the special characters that are generated when we use the function TextBeween(myText).
We have two transformations in the code, in order to get the date from a text:
step1: Textbetween(MyText,de,à) as result step2: Date(result) as MyDate
The step2 is not executed for some Inputs(Texts), cause the variable result is generated with special characters like: ?,​​... (I can see this when i copy the variable result from Qlikview to Notpad++)
I have tried to use the functions: PurgeChar, Replace... but the issue still exsit.
Could you please give me some suggestions about this?
Thank you all for your help.