Best Of
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
Re: Block / Disable create form action based on a line item
You will need to create a boolean formatted line item with your logic in it. If the logic is true, it will allow a button to be pushed, if it is false, the button is not clickable. I have written the logic in your example as "Total Wallet <> 0".
From there, in the action card configuration, create your form. once that is done, click on "Manage", then the 3 dots for more options on the form you just created, then "Select Driver Line Item"
Finally, Select your Module, your driver line item, and then click "Create". You can now publish your page. If my "total wallet" is 0 then the button is greyed out.
If any other value is in my total wallet, then the button is clickable:
Hope this helps!
Jason
Re: 1.3.15.1 Rename Actions
Hi
Yes, It is not renamed
Highlighted one should your 5.4 Region Details
Then 5.5 Country Details and
5.6 Locations details
And the below one can be delighted and This could have been created here since you have mistakenly imported in the blueprint view
PujithaB
Re: Design a line item with a sequential numbers in it
Great, so we can use the next function to refer to the same line item. Usually it gives circular references, but it's good to know that's not the case with the next function.
Dikshant
Re: Design a line item with a sequential numbers in it
@Dikshant Hi . Just one tiny change to your final Calculation ( instead of IF )










