Best Of
Re: ADO - S3 incremental load vs. full replace
Hi @SHayes ,
If you use a Replace in ADO, it will wipe the entire dataset table and load only the new data from S3 into that ADO dataset table. Incremental will load only what has changed based on Primary Keys and Cursor columns. If you do not want to create a Primary key for each data set, perhaps you can look into doing an Append in ADO. This would maintain all of the data in the ADO dataset table and add all of the new rows from your new file in S3. This will of course scale and take up more storage in ADO so it may not be the best solution.
If possible, I would work with a monthly cadence where you load a month file from S3 into ADO dataset table. Then load this table into your planning models. When the next month file comes into S3, do a replace on the ADO dataset table with the new month's data and again send to the planning models. The idea is that ADO will not be the data lake/data warehouse where data persists forever, but instead is the preliminary landing zone for data as it goes through to Anaplan planning models.
Re: Sorting in Combined Grids
Hi @aakash
Seemed to be fine for me per the below, you do need to close the "grid sections" element to be able to use the normal icons
Andrew
Re: Combined Grids is now live!
This is a function that I wanted for a long time and I'm really happy to see it become reality. Thank you to @CalvinM and the team. Good job!
Looking forward to the ability to reorder the grid sections and clear labelling of grid sections when making customizations. This will be a nice quality of life update.
Now if only chart customization could also get some love.😉
DominikS
Re: Combined Grids is now live!
This looks fantastic. Thank you so much for working so hard to create this functionality!
Re: Combined Grids is now live!
I used this feature today for one of our enhancements and it was like magic on screen! Thank you team for this feature. Much needed.
Re: Improve Keyboard Navigation
Hey! Any further actions planned to make it possible to enter elements using the "enter" button? It would be a small, but really significant help :)
Re: Register for our October 29 platform release webinar!
@JEAlfaro1704 Here's the link to the recording:
You can also watch for a Community post on Monday that contains the link and some Q&A that wasn't answered live!
AbbySB
Re: Combo Grid with nested Line Items
@RyanQ @jan_sypkens This is the enhancement I was chatting to you about for combo grids.
Jonnyf
Re: Accessible by design: Our new accommodations for certification exams
We are not allowed to open any pages during the exam. Kryterion support says:
"I understand your concern regarding the recent changes with Anaplan and the ability to have multiple pages open during your exam. However, I must inform you that our system currently only allows one screen/tab to be used for the exam at this time."
I just passed this exam few minutes ago, but there was no option to open any page
Diana
Re: Is there a way to auto-generate ID for user who entered line item?
To my knowledge, there is not currently a means to capture the user name via data write as part of a form.
The work around we have used in past is a user dimensioned input module which we then use as part of an action to create the list item (or other data write activity), this allows for the user to be captured as part of a module to module import action.





