on ‎2024 Jun 11 8:25 PM
Dear Community
I m currently working on a data model with a Day Granularity and i was wondering if there was a simple way to copy Actual Data ( at day granularity) to my planning version
In the data action i would like to set up a Year Reference and then automatically the data action will copy these data to the Target year
I currently facing some difficulties because idealy i would like to mention only the year as a reference and as target
Does someone has a nice solution ?
For exemple this kind of script is working where %Annee_reference% is in fact a day but i do not find a smart way to mention the target year
Best regards
Julien
IF [d/Date].[p/YEAR]="2025" AND YEAR(%Annee_Reference%)=2025 THEN
DATA()=RESULTLOOKUP([d/Version]="public.Actual")
ENDIF
IF [d/Date].[p/YEAR]="2025" AND YEAR(%Annee_Reference%)=2026 THEN
DATA()=RESULTLOOKUP([d/Version]="public.Actual",[d/Date]=NEXT(1,"YEAR",[d/Date]))
ENDIF
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.