Hi,
Where can I see the exact model size in Anaplan?
I am aware that model size is available as per below image.
I am wishing to see the size at a granular level (MB/KB)
Thank you.
Hi @Shraddha0706,
You can get the exact size of the model from backend (via API), the simplest way is to log in to Anaplan and go to this URL: https://us1a.app.anaplan.com/2/0/models?modelDetails=true
It will show you all models, and for not-archived models field "memoryUsage" will tell you how many bytes they weight (so divide by 1024 to get KB etc.). This is not user-friendly, but using Ctrl+F to search for your model name/id you can quickly find it.If you want to get it for single model, you can use URL (swap {model_id} for your model ID): https://us1a.app.anaplan.com/2/0/models/{model_id}?modelDetails=true
Hi @M.Kierepka,
Though the URL is not user-friendly, it is serving the purpose.
Thank you so much for helping me out.
@Alexander Jerde Bloons Tower DefenseTo view the size at a more granular level, navigate to the "Model Settings" tab. This tab provides more detailed information about the model, including its size in terms of MB/KB.
I want to create a line item which will increment by 1 every time an action is run manually. This action is an import which doesn't involve any file upload to anaplan. The module where I want this line item has users list & SKU list dimension. No time. So basically, I want to track how many users have selected an SKU and…
Hi Community, I’m encountering an issue where an export created in Anaplan is missing column headers when retrieved via the API. However, when I manually run the same export from the Actions tab, the downloaded file includes the headers. Has anyone experienced this behavior before? I’d appreciate any insights into the root…
When importing data from a Data Hub to another model, I'm seeing values in the target model that don't exist in the source. For example, seller assignments are being tagged with subregions that aren't present in the source data - some assignments are missing expected tags, while others are mapped to seemingly random…