Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Add a row with month end date

ftorruella1
6 - Meteoroid

Hi - I have a listing of various products with sales throughout the month. I want to generate a row after the row that has a date in June. For example, if there was a Sale on June 5th, I want a row after it to contain all of the same information as that row with the date changed to june 30th.

 

Can someone help me with this?

3 REPLIES 3
ramatp30
7 - Meteor

Hi @ftorruella1

 

Attached workflow sample would work for your use case.

 

Let me know if you have any issue.

 

Thanks,

Ramana

BenMoss
ACE Emeritus
ACE Emeritus

I've approached the task in a different way to @ramatp30, instead of using the generate rows tool, I simply create a second stream and perform the date time trim, before unioning that information back together.

 

Example attached.

 

Ben

ftorruella1
6 - Meteoroid

Thanks, Ben! While both of these would work, I opted for yours as it was a little simpler.

Labels