Is it possbile if we can get list of all models in the workspace inclluding the archived model and export this information in excel or csv just like the option is available for modules?
This will be helpful for the documentation.
Hi @swapnil_J , There are possible ways to get the model details located under the particular workspace. 1. Using Python script you can get the model details.
2. Using Ananplan connect batch script.
Please find the script below:
set AnaplanUser="username:password"
set ServiceUrl="https://api.anaplan.com"
set AuthUrl="https://us1a.app.anaplan.com"
Set WorkspaceId=""
set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -Workspace %Workspaceid% -models
rem *** End of settings - Do not edit below this line ***
setlocal enableextensions enabledelayedexpansion || exit /b 1
set Credentials=-user %AnaplanUser%
set Command=AnaplanClient.bat %Credentials% %Operation% @echo %Command%
cmd /c %Command%
pause
Hope this helps :).
Regards, Venkatesh
Thank you for the response! it worked.
It will be good if WSA get simple alternative without involving integration team (or no coding effort)
Hi @swapnil_J , I agree with you. I think as of now these are the only option available even you can get the details using python also. Hope this helps :). Regards, Venkatesh
Current behavior: When the Multi-Select Members option is enabled in the slicer settings, the user’s previous selections are not saved when reopening the workbook. As a result, users must reselect the slicer members each time they open the workbook. However, when the Multi-Select Members option is disabled, the previously…
In the current Anaplan UX, there is no native heatmap visualization option within pages built on spoke models. Users must rely on conditional formatting in grids, which: Is limited in visual flexibility Is not intuitive for business users Does not scale well across multiple dimensions Requires manual setup in each module…
Problem Description: When a dependent line item used to filter a dropdown is deleted or has its format changed , Anaplan's underlying dependency link for the filtered dropdown can become stale. While the UI might show a newly created line item with the same list format as the dependency, the filter itself remains…