how do I build the formula in 'Sys01 time settings by week' for this line item
@Donna Marie
if this doesn't answer your question, it might be helpful to attach a couple of pictures. But, to return the first period of the timescale, you can use the LAG function formatted as a bolean.
You need to get the current week against week dimension in a line item and keep the summary as "First Non-Blank" - It will set the value at all time periods=First Week of Time scale. Here are the two line items:
The formula for boolean is: ITEM(Time) = First Week of Timescale[SELECT: TIME.All Periods]
Hope, this is what you are looking for.
The learning materials hinted offset function
should i use offset(1,-1,0) = 0
what if first week of timescale is set as a Boolean?
No, with LAG and if you want to go back, you use a positive 1 as what I showed above. If you use negative 1, it will go into the future (like a LEAD).
Rob
Yes - that would the result. Line item names in the screenshot, I shared are somewhat misleading.
Line Item 1 - We can name it ItemWeek - dimensioned to Time - week
ItemWeek= Item(Time) - Summary would be first non-blank
Results of this would be:
First Week of Time Scale? : ItemWeek=ItemWeek[Select: Time.All Periods]
This would only be true for Week 1.
Hope, this answers.
Has anyone experienced this? I have two models of similar size. Both models sum up to 110Gb (57Gb and 53Gb respectively). Models are responsive if you only have one of them open. But the moment you attempt to have them open at the same time all models in the workspace become non responsive. Eventually you get the timeout…
I get the undefined_onFileChange error on uploads. I get the error on every item I try to upload(Lists, Modules) I have tried the following: Refreshed Browser Cleared Caches Changed browsers Restarted machine Redefining the file Recreating the file Changing the file type I probably tried some other things also. Anything…
Hi, we need to bulk export approximately 150 customer Management Reports as PDFs each month from Anaplan. It involves selecting each customer from the context selector, exporting to pdf and then renaming the file. Currently this is a manual process. Has anyone implemented an automated solution to bulk export Management…