Hello Alteryx Community,
When I run workflow, in the result window there are some files, warnings and messages are coming. I want to remove them. Is it possible to remove these?
PFA screenshots.
Hi @aman_goyal,
It's not necessarily a good idea to store numeric values as double or float if you're going to join on them as there can be some very minute rounding differences, you can see more details here: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Alteryx-Odd-Behavior/td-p/89086
I personally would recommend rounding (to however many decimal places you want) and using a fixed decimal data type on your joining fields. You can keep the original value as a double / float and create a new field just to use in your join (that's rounded to X dp and a fixed decimal data type) which you can drop after the join.
Kind regards,
Jonathan
Hello @Jonathan-Sherman
Thanks for helping me to remove join warning.
Is there any possible way to remove mesages that are shown in screenshot as 38 messages like Dynamic input, data cleansing, join records etc.
Regards,
Aman
Hi @aman_goyal,
messages (in orange/yellow) are fine, they’re just warning notifications, if you have errors in your workflow you’ll see the messages in red. The latter will cause you issues and certainly need to be fixed, the former less so (but it depends on what the warning is for)
kind regards,
Jonathan
It is ok to messages (red color) when error comes, but is there any way to remove these messages(blue color) that shows number of records joined, summarize, unique etc.
Regards,
Aman Goyal