Good afternoon, suppose a list like this:
Period |
|
Label |
From |
To |
Product 363 |
06/12/2022 |
04/01/2023 |
63.31 |
I want EDT to transform it into monthly values:
06/12/2022 → 31/12/2022: value XXX (63.31 spread over 26 days)
01/01/2023 → 04/01/2023: value YYY (63.31 spread over 04 days)
What would be the best way to do it please? Thanks, Oliver
Attachment - data example
Product 363.csv (438 Bytes)
@oliv_reg
Is this what you wanted?
Transform File.
TimeSlickesintoMontlyValues.transform (2.4 KB)
1 Like
Hello and thanks for being so swift
This is what I am looking for:
Almost Sir, in the top post I specified that the 113.029 are spread (divided) over 29 days (because there are 29 days between between Dec 6th and Jan 4th) so 113.029 / 29 days = 3.89 per day as in my screenshot above (for this time slice only, next time slices are different). Otherwise the quantity is multiplied by 29 (days) which is irrelevant. What is the (clean) quantity per (clean) month? Regards, Oliver
@oliv_reg
Kindly check my post before your reply, does it solve your problem?
1 Like
Is exactly that Sir, bravo!
Note: EDT doubles some dates while only one Jan 4th here is okay:
This is enough:
@oliv_reg
It is not EDT, the data is over lapping.
1 Like
Indeed I have to amend this otherwise it is not okay, thank you for your valuable help sir!