Alteryx Designer Desktop Discussions

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

How to achieve this output

surajseshan
8 - Asteroid

I have this input below

 

Input screen shot

 

surajseshan_0-1674490995511.png

 

i need the desired output

 

Output screen shot - 

 

surajseshan_1-1674491037947.png

Note :- Budgeted hours (new column) to be fixed at 250 hours for each month

Actual hours should be sum of charged hours on each month

Month - group by month and year in the same format as given in output screenshot

14 REPLIES 14
ShankerV
17 - Castor

Hi @surajseshan 

 

Months added in the output, the workflow generates the output dynamically for other months too.

 

ShankerV_0-1674494329022.png

 

Output:

 

ShankerV_1-1674494350812.png

 

Many thanks

Shanker V

 

ShankerV
17 - Castor

Hi @surajseshan 

 

++One more information

 

In the step5, 

ShankerV_0-1674494683708.png

 

 

Change this 250 to any value in future if you need to change.

 

ShankerV_1-1674494727859.png

 

Many thanks

Shanker V

surajseshan
8 - Asteroid

If the date format is different please advise how to proceed

ShankerV
17 - Castor

Hi @surajseshan 

 

I assume the date might be in alteryx format 2022-07-30

 

Then use, 

right(Left([Field1],7),2)+"-"+right(Left([Field1],4),2)

 

this will help!!!!

surajseshan
8 - Asteroid

Hi Shanker - Thank you for the solution..it really works in my main file .. Thank you for the support .. 

Labels
Top Solution Authors