How to achieve this output
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have this input below
Input screen shot
i need the desired output
Output screen shot -
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
Solved! Go to Solution.
- Labels:
- Parse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @surajseshan
Months added in the output, the workflow generates the output dynamically for other months too.
Output:
Many thanks
Shanker V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @surajseshan
++One more information
In the step5,
Change this 250 to any value in future if you need to change.
Many thanks
Shanker V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If the date format is different please advise how to proceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Shanker - Thank you for the solution..it really works in my main file .. Thank you for the support ..

- « Previous
-
- 1
- 2
- Next »