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
It is great to know how old is the Last Login, but: 1.It would be great to keep the old Date format as well, to be able to make more easily some ad hoc analysis (older than X days, months etc…, as shown in example further below). The filter on new format is not possible and would not be meaningfull. 2.It would be great to…
It would be incredibly helpful to have the ability to group the main worksheet grid with an expanded card for synchronized horizontal scrolling. Use Case: In my worksheet, I have the Time dimension on columns and a list on rows in the main grid. I also use an expanded grid card to show a different breakdown—still by Time,…
In as much detail as possible, describe the problem or experience related to your idea. Please provide the context of what you were trying to do and include specific examples or workarounds: Option to adjust line spacing within a text box. Who is this impacting? (ex. model builders, solution architects, partners, admins,…