Collection Due Date on Payments Terms
Answers
-
The only difference in the two modules is the time scale. Input Module is at the quarter level, and Report Module is at the week level.
Use SUM function in Report Module to get the numbers from Input Module.
Try it out and let me know if you need more details.
0 -
@dikshant,
Thank you for the quick response.
LOOKUP formula did not work on my part. But I already figured it out, I used the POST function.
Regards,
Lyneth
0 -
@Lynethdeguzman, Can you also share your solution and make it an answer for others to look at in the future?
0 -
I can gladly share the solution here.
Firstly, the LOOKUP function cannot capture the data I want because the system was looking only on the same time dimension and at the same time it cannot lookup on line items(format: time period).
To further explain, below are the blueprint view I made to fix the problem:
1.) Created the "Amount" to avoid the spread of amount within the quarter of the week and fix it on the "First week of the Year?
2.) Calculated the date difference between the weekly line item on the Quarter module and converted it to Week number
3.) Then I connected the formula on POST function as shown below.
I hope it was clear, you can leave a comment if you have any questions.
Regards,
Lyneth
0