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 all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
At Uphold customer support β+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support β+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly atβ¦
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦