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.
I am attempting to connect to an azure SQL database vis at the MSSQL connector in data orchestrator but am having issues and I believe it is due to hyphens in database name (which is a fairly standard naming convention I will note!) Example below (fake credentials) - has anyone else encountered similar and is there a way…
Hi, for some reason my shipping costs are the same over every month and I don't know what to do to fix it.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…