I have boolean type 'Current Year Month?' and 'Last Year Month?' line items.
To how populate them easiest way without huge amount "support rows".
Attached pic. (in the pic the green ones. Now they are manually fed)
@Miia
in the formula for last year: yearvalue(Last Year?) line item. same for the current year put the formula as Yearvalue(current year?) .
If still facing any issues let me know.
If you are updating current period of model calendar, try
YEAR(CURRENTPERIODSTART()) = YEAR(ITEM(Time)).
Thanks! - on my case YEARVALUE() worked - sometimes you just get stuck on simple stuff 🙃
Hello , you can use the YEARVALUE() function to replicate year values across months
I’m trying to understand how Anaplan Data Orchestrator (ADO) connects to an on-premises SQL Server. In Anapedia, I found this: An MSSQL instance hosted on a cloud platform, such as Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), or any other cloud provider. The solution is compatible with on-premises SQL…
Title: How to get most recent actual year value into a non-time (staging) module and use it for forecast calculations? Question Body: Hello Anaplan Community, I am working on a financial model (Higher-Ed long-range planning) and need guidance on a best-practice pattern to retrieve the most recent actual year value and use…
I'm using the Integration API 2.0 to list workspaces https://anaplan.docs.apiary.io/#ListUserWorkspaces /workspaces "Retrieves all workspaces a user has access to within the user's default tenant." I'm only assigned to 2 workspaces (which are the only ones visible in the UI also), but this endpoint is returning everything.…