We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Creating values for dates in between

AlteryxPirasant
5 - Atom

Hi community!

I have the following data: 

NameStart dateTermination dateSalary
David01.01.2401.02.24100 
Jude02.01.23 200
Lionel03.01.24 300
Wright04.06.24 500


I am trying to create a flat data, where I want to see the actual cost of salary and the number of employees for the end of each month in 2024 (and also other years). Here is the output I am thinking: 


NameDateSalaryEmployed or not
David31.01.241001
David28.02.2400
Jude31.01.242001
Jude28.02.242001
Jude30.03.242001
Jude31.04.242001

 

And the list goes on... Could you help me out? 


3 REPLIES 3
ChrisTX
16 - Nebula
16 - Nebula

Check out:

 

Chris

binuacs
21 - Polaris

@AlteryxPirasant One way of doing this

image.png

Raj
16 - Nebula

@AlteryxPirasant 
my way of doing this 
kept it small and dynamic


hope this helps
mark done if solved.

Labels
Top Solution Authors