Best Of
Re: January 2024 Community Q&A Challenge — join the discussion and collect a badge!
For me the top three items for 2023 have been…
- Create your own colour palettes - no longer have to remember those codes
- Error checking on formula - like @TimothyThomas mentions the amount of time being saved because of no longer getting the dreaded toaster time
- And finally - being able to open UX pages in model. This has saved a lot of time with development and checking.
Re: Level 3 5.51 file not downloadable
Hello @willridge ,
A quick excel tip. Go to data>get data>from other source>Web ~ plug in the web address and it will all populate to excel correctly formatted.
Re: I am hearing about custom versions these days and would love if someone provides an example of same
A list is used to represent the versions you need, often done when you need many.
Have a look at the pros and cons in this article…
Re: Anaplan bring data to future week
Hi Tom,
You could utilise your 'Week Count' line item and use POST function:
POST(Rev, Week Count)
Let me know if that works :)

Re: January 2024 Community Q&A Challenge — join the discussion and collect a badge!
Hi all,
It's hard to pick just 3, when there were so many cool features released last year. I think the importance matters depending on if someone is a builder, maintainer, end-user, and what they use Anaplan for, but these 3 are my favorite:
- Assets - store images directly in Anaplan:
- Ease of use: Until this feature, we had to decide where to store the images, then upload them, get a proper link, and only then we could use it. Now it's just upload in Anaplan and pick in the UX card.
- Quick migration: If there are models that already used some image storage, and had module with links, instead of changing it in UX image by image (which is a lot of manual work sometimes), we can copy the link of uploaded asset and just replace the old one.
- Security: Previously either images had to be publicly uploaded (making them accessible without any authorization, which could be potentially dangerous), or shared from some company cloud storage (which meant it wasn't easy to configure, then to protect from changing, or always accessible without logging to the other system separately, especially for external contractors). Now it's safe - the images are uploaded to Anaplan and can be displayed only by people that have access to the app.
- Updates to UX grid cards - for me it's one big feature of making them much, much better, like:
- Grid themes: Let's be honest, most of the cards in Anaplan are grids, so it's really important to be able to prettify them - to show which lines are summaries, which tables are more important and should catch the eye, or even to tie color to some dimension to help users understand the connections between tables.
- Freeze Panes: This is a long-waited features, that brings the functionality known from spreadsheets - thanks to it, we can display extra properties for dimensions on big tables, that are visible even if scrolling across the other dimension.
- Selectors at the top, better width settings for columns, and many more!
- Workflow:
- Really powerful feature: saves a lot of time, is reusable and built to support various scenarios (like groups and hierarchies, delegation, Anaplan processes, Time dimension with switchover etc.). It also helps that end-users get the automated and on-demand notifications. And obviously it works also in mobile app, which means some simple tasks can be done on smartphone!
- Easy to build and use: the interface is user-friendly, different options can be easily spotted, and using it feels as it should be - to the point, without unnecessary links, steps or switching.
Re: Access to Workspace
Hi kfloyd,
If you sign into Anaplan, open a model, click Users in the setting tab on the left.
Here you can see your user settings and whether you are a workspace admin or not.
Hope this helps!
Ege

Re: Remove the blank space to the left of list items in a Grid View
@Vamshidhar Reddy There is an "undocumented" feature that enables removal of indents
For example, prior to the sort this is what my grid looks like on the UX
you do perform 2 steps to remove the indentation
Step 1. Hide the other levels (refer to right hand screenshot below)
Step 2. Apply a sort on any of the columns
Then you get the result below (indent now gone 😉)

Re: Position context at top of card in new UX
A context selector location setting has now been added to all Cards so the builder can now choose to place the selector at the top of the Card. Check out the other Context setting updates here:

Re: Data Validation when using Anaplan API
Hi @kjohnson,
After uploading the file (for imports, so ID starting with 113), you can then download it - using either:
- The same API interface you are building, as you would be downloading the file from export (ID starting with 116)
- Simply by using your browser (by going to URL like: https://us1a.app.anaplan.com/2/0/models{Model_Id}/files/{File_Id}).
- Any other connector, like Anaplan Connect.
Then, if you compare your two files, they should be identical - and it means that it worked.
Remember to use the same account! Also, when using this method, and you have a default file set, if you haven't uploaded the new file recently, you will get the default one.
Let me know if it works for you, or you had something else on your mind.