Hi! How about using the PRORATA function, multiplying by the amount and dividing by the number of days?
Something like PRORATA(Month, 'RSU Accounting Data'.'Amortization Start Date', 'RSU Accounting Data'.'Amortization End Date') * 'RSU Accounting Data'.'Expense Amortized Future' / 'RSU Accounting Data'.'Amortization # of Days' ?
Let me know how that works out for you
Hi @francois , thanks for stepping in.
Yes Prorata sounds right! I tried as following.
I added By modifier at the end, because individual employees have different Amortization Start/End dates, Expense Amortized Future amount and Amortization # of Days. It seems the output is same for all employees and the amount for each month is too high. Do you have any advises? Thanks
The BY is probably not what you meant here - it looks like it should be something like that:
>BY:'RSU Accounting Data'.'List_Associate ID']
That worked!
I noticed the result for each month is price per day so I added * DAYSINPERIOD(Month) at the end and got much closer to what I wanted.
Thanks!!
Hello Yaejis!
I know this one has been marked as solved but, just in case, we also have the SPREAD function which is a classic one that we use within the CapEx use-case for the Depreciation/Amortization schedules.
I hope it can give you some further inspiration for future similar cases.
Thanks!
Thanks for sharing @Igor P !
Hopefully a easy question to answer, the PRORATA() function, for the 2nd argument being the date does this need to be a property or can we reference a metric that is a dimension type with Month ?