I want to put a period filter like this so that when the user checks the boolean, the data of the months associated with the year will be shown in the below grid.
Need some help with this.
Create a filter module dimensioned with the same time as the module where you want to apply the filter. One line item (LI) with Year format and formula of
PARENT(ITEM(Time))
Call this LI as Year
Another LI. LI format will be boolean and the formula will be
Select Filter Year.Boolean[LOOKUP: Year]
Call this line item as Filter Year
Then in your Employee Expense module, apply the filter in the columns. This is what the NUX view should look like
Add a Users dimension to make sure that user selections do not clash
Thanks, Anirudh!
I'm working on a model with three versions: Actual (Actual version), Scenario: Prognose lopend jaar (current version), and Scenario: Budget volgend jaar. For one of the calculations, the Scenario: Prognose lopend jaar version needs to use a different current period than the Scenario: Budget volgend jaar. For this, Iβ¦
Does anyone have any documentation on the trade-offs of having 1 model for all components of planning (service revenue, product revenue, labour planning), vs multiple models 1 for each and a consolidation model to tie it all together?
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β¦