Hi everyone. may i know how can i start in a specific month row based on my specific month or date.
Here is my criteria:
and this is what i want to display in m y module:
Thank you.
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.
https://help.anaplan.com/end-3d41a077-b391-45ca-a6e2-0c6dfaaeb85f
https://help.anaplan.com/start-bc44fa0b-7af8-4a8f-ad8f-cbeaccf22003
https://help.anaplan.com/inperiod-3b64fe69-0d31-49b8-ab40-e7c1a3d01137
First, you have to create a Time filter
Next, create a calculation module for interest & principal using Time Filter
Thank you everyone
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…