Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Message and Warnings in Output Log

aman_goyal
8 - Asteroid

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.

 

aman_goyal_0-1638972200269.png

 

aman_goyal_1-1638972257991.png

aman_goyal_2-1638972354346.png

 

 

 

 

4 REPLIES 4
Jonathan-Sherman
15 - Aurora
15 - Aurora

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

aman_goyal
8 - Asteroid

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

Jonathan-Sherman
15 - Aurora
15 - Aurora

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

aman_goyal
8 - Asteroid

Hi @Jonathan-Sherman 

 

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.

 

aman_goyal_0-1639465681726.png

 

Regards,

Aman Goyal

 

Labels
Top Solution Authors