Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Alteryx Designer Desktop Discussions

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

Generate Rows not producing results

wonka1234
10 - Fireball

Hi,

 

input - 

wonka1234_0-1683734106292.png

generate rows tool - 

wonka1234_1-1683734120097.png

these are date formats. Where am I going wrong? there is no output for this..

4 REPLIES 4
Luke_C
17 - Castor
17 - Castor

Hi @wonka1234 

 

Assuming the End field is a date format you shouldn't need the datetimeparse, but if not, then you need to have the syntax of %Y-%m-%d.

 

Otherwise it should work

FinnCharlton
13 - Pulsar

Hi @wonka1234 , your datetimeparse function doesn't look quite right, this format is written '%Y-%m-%d'. However, because your dates are already in the default Alteryx format, you should just be able to write Date < End in your Condition Expression.

 

Hope this helps!

ChrisTX
16 - Nebula
16 - Nebula

This part is wrong

 

ChrisTX_0-1683734270369.png

 

 

End should be [End] and the specifiers are not right for DateTimeParse.  Each specifier is only two characters long, like %Y

 

See this page: https://help.alteryx.com/20223/designer/datetime-functions

 

Chris

binuacs
21 - Polaris

@wonka1234 Your Start and End fields are already in the Date format then , no need to use the DateTimeParse function

binuacs_0-1683750262745.png

 

Labels
Top Solution Authors