Alteryx Designer Desktop Discussions

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

Message Tool Expression

Harinder
7 - Meteor

Hi 

I am just wondering if we can pass the column values in the expression field as message . please see my screenshot below:

Harinder_0-1620920992010.png

 

 

Thanks

Harinder

3 REPLIES 3
TheOC
15 - Aurora
15 - Aurora

Hi @Harinder 

Yes these can, you are very close, but it needs to be built as a string. For example

[Count] + " records from " + [Min_DateTime_Out] + " to "...

Hope this helps!
TheOC


Bulien
Harinder
7 - Meteor

Thanks for the quick reply.

I had tried this. But received below error:

Harinder_0-1620923359878.png

 

Thanks

TheOC
15 - Aurora
15 - Aurora

hey @Harinder 

count is a numeric i'm guessing, you will have to use tostring([count]) instead!


Bulien
Labels