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.
Hello - I have a 2 level ragged hierarchy (yes, it's a chart of accounts), that for reporting purposes is used in 4 different models (yes, it's a P&L). What is the best way set this to allow one to be the "source of truth" and then import between the four models without creating actions that include ignores? It seems like…
I am testing export actions using workflow but its not generating any file when I am running the workflow, but the same process is generating export file when ran from the Actions→Process section. Is their any issue with the workflow functionality? Also, If I want to generate a file after completion of workflow and pull…
Hello Anaplan Community, I am seeking guidance on the most effective ways to automatically upload flat files to Anaplan Data Orchestrator (ADO). Currently, our process involves loading flat files to an Anaplan Datahub using Anaplan APIs and custom Python scripting. With Anaplan Data Orchestrator's capabilities for data…