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
Today we can select within our Date dimension Total Year or Quarter. We would expect that the system with apply the calculation on the related months underneath. But this seems not to be the case. Only when we specify a single month the calculation will be applied. During year-end close we have to adjust certain movements…
When we have to run calculation for a specific entity, it can we very time consuming to select that entity, because we have a rather deep hierarchy for entities. It would be so much more convenient if we can also enter the the name manually. Next, please show the parameters from the prior run. When the prior parameters are…
I have a question, is this a filter bug? The initially setup for this slides is based on Store A (with 5 years data), but then after i tried change to 4 years, 3, years, 6 years, the filters doesnt apply even after refresh. It only reflect when i go to the card configuration > filter > apply. Store A with 5 years data…