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
Hi Does anyone successfully find the correct way to adapt the REST API scripts according to the new API v2 CA Certificate standards: adding the new parameter "encodedDataFormat": "v2", I tried to prefix the encodedData using the timestamp (also UTC), using 8+92 or 8+100 bytes but I did not find the right combination…
For auditing purpose I need RTO and RPO details. Could you please share the details and also along with the source URL.
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…