Alteryx Designer Desktop Discussions

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

Email/Formula Help

hoye
7 - Meteor

Hello all,

 

My goal is to include the month and year, which are two columns in my data set, in my email output, so regardless of when the workflow is ran, the recipients of the email can see what month and year the data applies to.

 

Here is a snippet of what the data set looks like:

test.jpg

 

The only issue, is I filter out any of the rows with a year or a month (using year is null), I do this so the email can only display the two totals. 

 

 

Here is that filter, before I get my chart I want to display:

test 1.jpg

 

Could I use a formula before the filter, to pull just the Month and Year, and include it somewhere in the email? or how would I go about doing this, with eventually filtering out the month and year for the table.

 

Thank you so much to whoever is willing to help!

 

-e

3 REPLIES 3
FinnCharlton
13 - Pulsar

Hi @hoye, this is how I'd go about it:

Screenshot 2023-08-21 142911.png

Hope it helps!

hoye
7 - Meteor

This helped, so now I have those two columns in my table, which I hope to take out for the email, but how do I go about including a line in report text (which goes in an email) in a sentence such as... This data is from Jul 2023. Pulling Jul and 2023 from what I just did?

 

Thank you so much for your help

FinnCharlton
13 - Pulsar

@hoye , you can use the 'Available Fields' section in the Report Text tool...

Screenshot 2023-08-21 145252.png

...To write something like this...

Screenshot 2023-08-21 145408.png...To give a result like this:

Screenshot 2023-08-21 145423.png

Labels