Best Of
Re: I want the Minimum value of a product amongst same months but different years
Well, you did say you had a two year timescale so I went off the original requirements. With that said, I have you covered, but it does take a bit more steps.
Here is the final solution, but will go into detail after.
How was this done?
Summing over Native Time is very difficult because each detail member (in this case, the month) is a separate block of data. Due to this, create a Fake/Customized Month list, please make sure all of the months in your timescale are accounted for in your custom list.
Also, you will need to create another custom list for just the names of the months. I highly recommend giving a code to these month names (1-12) as it will make the mapping much easier.
Create a SYS module for the custom months list
Now, the fun stuff.
Before we get started, you will need to add these two line items to the original module. Note, Month is only dimensionalized by Time.
Create a module to get the data out of the original module to the customized Month module.
Value:'Min - V2'.Stage Value[LOOKUP: SYS Fake Months.Time list]
Month Text: IF Value = DIVIDE(1, 0) THEN BLANK ELSE IF Value = 'CALC Min V2'.Min[LOOKUP: SYS Fake Months.Month Name] THEN SYS Fake Months.Item txt ELSE BLANK
Now that we have the data at the Month level, we now need to get the data at the Month Name level.
Min: 'CALC Min V2 - Stage'.Value[MIN: SYS Fake Months.Month Name]
Month Text: 'CALC Min V2 - Stage'.Month Text[FIRSTNONBLANK: SYS Fake Months.Month Name]
Now the final product:
Desired Value: IF Desired Stage = DIVIDE(1, 0) THEN 0 ELSE Desired Stage
Desired Text: IF Desired Value > 0 THEN "This is min value for " & 'CALC Min V2'.Month Text[LOOKUP: Month] ELSE BLANK
Desired Stage: 'CALC Min V2'.Min[LOOKUP: Month]
Stage Value: IF Value = 0 THEN DIVIDE(1, 0) ELSE Value
for a final of
Special shoutout to @MarkWarren for the Divide(1,0) trick to get infinity on calcs which is larger than NaN.
Hope this helps,
Rob
Re: Level 2 - Sprint 1 - 1.3.10.3 Import Data into G3 Location List
Hi @Neeraja66, thanks for responding, actually I checked and found that 2 cell are not required for flat location module. Thanks again!!
Re: Best fit algorithm for bundling/grouping
@Olek P Sounds like an option worth considering for us to implement.
TristanS
Re: TIMESUM Formula - 1.5.7.1 SYS13 Account SKU Filter Module
Solved: The formula logic is correct however there was typo in the line item wording 'Volume" instead of "Volume". That is why when I copy paste the formula in the exam it did not recognized it.
Thanks everyone!
Re: TIMESUM Formula - 1.5.7.1 SYS13 Account SKU Filter Module
Ideally, I would not write IF ELSE around TIMESUM and simply put TIMESUM('DAT03 Historic Volumes'.Volume) <> 0 😉 But level 2 will expect you to surround it with IF ELSE.
You won't believe the mistake here. I guess the line item name has to be Volumes in DAT03 Module 🙂
IF TIMESUM('DAT03 Historic Volumes'.Volumes) <> 0 THEN TRUE ELSE FALSE
Try this!
Dikshant
Re: Level 2 - Sprint 1 - 1.3.10.3 Import Data into G3 Location List
Hello @bhushanshastrakar
If you are importing with respect to code, there are no codes to match in line no 43&44 that's why it is failing, I think. Also check those are summaries maybe if you have in saved view.
Re: Import Data into DAT01 Beginning Inventory Module
Solene
From the screenshot of mapping need to import the data into Beginning inventory line item only, filter line item is populated so do the mapping respectively..
Select Column Headers for Data01 Beginning inventory line item and then do mapping the respective tab.
Hope it helps
SriNitya
Re: TIMESUM Formula - 1.5.7.1 SYS13 Account SKU Filter Module
Hello @BernardoSiv
Maybe check the module naming's, those are created as guided in the story?
Re: TIMESUM Formula - 1.5.7.1 SYS13 Account SKU Filter Module
Hi @BernardoSiv
Is it incorrect or throws an error
If it is incorrect, Check the Time sum Function Parameters here
It throws error Whenever you copy pasted it will throw error if you have any naming differences of Volume line item
PujithaB
Re: Line Item Subset Formatting
Adding my two cents and up vote. We have the ability to format grids in the UX based on the style settings for the line items, but if we have an LISS we lose those settings and thus the ability to format heading vs summary vs normal. Trying to create an IS or BS that are visually easier to follow is now impossible if using a LISS.











