Best Of
Re: How to Identify First Month of Every Year?
@Dikshant nailed it, his is the best answer and will perform best because it has fewer calculations.
Re: Import failure for 2 cell
@bhushanshastrakar
Hi,
Region, Default Shipping are not part of location flat list they are the line items you need to import the data into them. Do check your Mapping while importing.
Region, Default Shipping → Line items
Can you share the screenshot of Mapping, it looks like mapping is not appropriate.
SriNitya
Re: I want the Minimum value of a product amongst same months but different years
Something like this?
First, setup a SYS Time Year module dimensionalized by Time at the Year level. Create a line item called Multiplier where your first year is 1 and your second year is -1.
Here is the blueprint for the main module:
Formulas:
Desired Value: IF Value = 0 THEN 0 ELSE IF Value < OFFSET(Value, 12 * Multiplier, Value) THEN Value ELSE OFFSET(Value, 12 * Multiplier, Value)
Desired Text: IF Value <> 0 THEN "This is min value for " & Month Text ELSE BLANK
Month: NAME(ITEM(Time))…..Notice this is not dimensionalized by Products i the Applies To. In fact, you should really get this from a SYS Time Month module and can do away with this line item as long as you substitute SYS Time Month.Month where I referenced Month.
Month Text: IF Value < MOVINGSUM(Value, 12 * Multiplier, 12 * Multiplier) OR Value = Desired Value THEN Month ELSE MOVINGSUM(Month, 12 * Multiplier, 12 * Multiplier)
Multiplier: YEARVALUE(SYS Time Year.Mulltiplier)….Again, not dimenisionalized by Project, only Time.
Let me know how it goes,
Rob
Anaplan Connect Error
Hi All,
I have an issue while uploading the file via Anaplan connect. Following is a snippet of the error.
>
> _2021-02-26 17:35:07 INFO [c.a.client.Service :83 ] 1532 |--
> Initializing Service..._
> _2021-02-26 17:35:07 INFO [a.BasicAuthenticator:26 ] 1532 |--
> Authenticating via Basic..._
> _2021-02-26 17:35:11 INFO [c.a.c.l.LogUtils :44 ] 1532 |-- = =
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =_
> _2021-02-26 17:35:11 INFO [c.a.c.TaskFactory :118 ] 1532 |--
> Running Process: Import From Datalake SP SG FOM (id=118000000058)_
> _2021-02-26 17:35:14 INFO [c.a.client.Task :207 ] 1532 |-- Run
> status: Failed._
> _2021-02-26 17:35:14 INFO [c.a.c.l.LogUtils :56 ] 1532 |--
> -----------------------------------------_
> _2021-02-26 17:35:14 INFO [c.a.client.Task :230 ] 1532 |-- !!!
> The operation failed !!! =(_
> _2021-02-26 17:35:14 INFO [c.a.c.l.LogUtils :60 ] 1532 |-- - -
> - - - - - - - - - - - - - - - - - - -_
> _2021-02-26 17:35:14 INFO [c.a.client.Task :3880 ] 1532 |-- The
> uploaded file is no longer available; please upload the file again_
> _2021-02-26 17:35:14 INFO [c.a.client.Task :3880 ] 1532 |-- The
> uploaded file is no longer available; please upload the file again_
> _2021-02-26 17:35:14 INFO [c.a.client.Task :3880 ] 1532 |--
> errorMessage - The uploaded file is no longer available; please upload
> the file again_
> _2021-02-26 17:35:15 DEBUG [c.a.client.Program :1726 ] 1552 |--
However, the file is available in the storage location. Any suggestions? Please note that source label names are matching. While I was configuring the import action, I made as Keep private. Will this impact? If yes, any possible ways i can change back to admin?

Thanks,
Aish
Re: SYS12 SKU Details module
You need to convert them to list format, so eighter change the format to product and location list and re run the action. Create a new line item called a product list and a location list, and use the FINDITEM function to change from text to list format.
Dikshant
Re: Anaplan Weekly Challenge
It could even be a question already asked on the forum. I would like to see a separate section, and someone is responsible for posting it every week.
Olek P
Re: Best fit algorithm for bundling/grouping
At my finance company we do something similar. We have a bunch of contracts that we must put into different funding vehicles. Each vehicle has a lot of different constraints such as 25% of contracts can't be in Florida or no more than 10% of contracts can be longer than 12 months. We use anaplan for this. I will have to get back to you on specifics. We can't possibly run all the possibilities (we have 1,000s of contracts everyday). So what we do is we have the model spit out 3 different scenarios and we pick the one we like best. Hope that helps
Olek P
Re: which is the worst performance function below ? A. Rank , B . RankCumulate, C. Sum , D. Select
Depends how you use them…
RANK and RANKCUMULATE are generally worse-performing because they have to be performed on a single CPU thread where other functions can benefit from parallel CPU execution.
Re: Anaplan Weekly Challenge
@vfrank
To my knowledge there are no weekly challenges, it is good idea to have.
we have monthly Q&A challenges sometimes.
SriNitya







