How to start in a row based on specific date
Best Answers
-
Hi @ArthurAng - you will likely need to use a logical IF THEN ELSE function as part of your calculations. I'd also recommend adding a Boolean line item to define the periods where load is active, this is where you define you criteria.
Time and date functions can be used to compare your date criteria to the period in question. As an example "END() >= First Payment" would indicate if the payment commence prior to the end of that period, returning FALSE for Jan/Feb 24 and TRUE for all future periods. Links below to some helpful time/date functions.
0 -
First, you have to create a Time filter
Next, create a calculation module for interest & principal using Time Filter
0
Answers
-
Thank you everyone
0