Alteryx Designer Desktop Discussions

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

Message tool : Data reading

Sudharshan_Sannathi
6 - Meteoroid

Hi,

 

Is it possible to read the data which is coming from the summarise tool into the "Message" tool and display that complete data as error to the user.

 

From the attached Image i want the error message as : 

Message : "Invalid Data : FFF_000,FFF_111,FFF_222"

 

Screenshot 2019-11-22 at 4.30.08 PM.png

2 REPLIES 2
OllieClarke
15 - Aurora
15 - Aurora

Hi @Sudharshan_Sannathi if you filter to non-null metrics, and then use another summarise to concatenate your metrics, then you can get the message tool to do what you want:

OllieClarke_0-1574423520920.png

Hope that helps,

 

Ollie

Sudharshan_Sannathi
6 - Meteoroid

Thanks @OllieClarke that helped!!!:)

Labels