Hi,
Version 11 is now causing me a considerable headache!
1) The filter, which used to work perfectly, now is giving partial results. It selects some records, but not others.
Looking at the original Excel version i have, there are 96 records with the word "TEMPLATE", using a simple filter.
When i use Alteryx, i am only getting 14 records returned when i connect to the .YXDB version of the Excel file.
2) The Filter is creating a UTF error:
Filter (12) Invalid UTF-16 data: trailing surrogate that doesn't follow a leading surrogate
I have always had a mixture of alphanumeric characters within the Customer Name field, as well as foreign (e.g. Chinese) customer names. I've never had this problem before. I need to rely on the tool providing the a correct filter experience.
3) It has crashed about 10 times since launching Version 11. The previous version NEVER let me down. I was only trying to use the bottom slider to move around my module and it crashed on me.
Version 11 is rapidly becoming a very poor user experience!
Solved! Go to Solution.
@rmwillis1973 (AKA Richard),
Here is a recap of our conversation/webex:
Research
Resolution (work-arounds)
OLD LOGIC: Contains([Company Name],"Template") NEW LOGIC: Regex_Match([Company Name],".*Template.*")
Regex_replace([Company Name],"[^\x00-\x7F]",'')
I will forward this thread to support@alteryx.com for their attention.
Cheers,
Mark
Hello,
Thanks for providing feedback on Version 11 performance.
We have released a patch today that is available for download(version 11.06) and contains updates that should help with crashing/freezing.
Please feel free to download at your convenience and send us an email at support@alteryx.com if you have any feedback or are still experiencing these issues.
Thanks!
Thanks - great to see you guys working on providing a solution to the issues raised.
I've downloaded Version 11 now, so hoping it's a bit more stable.
Back to "saving the world" with Alteryx!!!! ;-)
R
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |