Hi,
I understand we can use Anaplan Connect to download file that has been uploaded. Can we also do this via Action that is published to a dashboard? I do not find Action that can download a file.
Regards,
Andre
Hi Andre,
If you create an export of a module/view you can save the export definition. This will then appear under the export section of the actions menu. If you create a process and include the export action within it you can then publish this to a dashboard.
Hope that answers your question.
Regards
Adam
Hi Adam,
Thanks for the quick reply.
It is not about exporting data from module. I would like to download import file that I have uploaded to Anaplan cloud. I can do this via Anaplan Connect, but would also like to be able to do it via dashboard.
@andre.lie
It is not possible to download the file from an action. And depending on the settings when the file was uploaded, even through Anaplan connect, this might not be possible, E.g, if the file was loaded as "private", then only the person who uploaded the file will be able to download it through Anaplan connect.
See here for more details
https://help.anaplan.com/anapedia/Content/Import_and_Export/Import_Data_into_Models/Overview_Private_Default_Files.htm
Hope this helps
David
Thanks @DavidSmith
Hi @andre.lie , can you provide a reference to how you can download the uploaded files using anaplan connect ? I could not find anything in the anaplan connect documentation.
@kauldheeraj
I tried this script to download file that was manually uploaded with Default File assigned as Admins or Everyone. In this example, I downloaded the file to C:\anaplan-connect-1-3-3-5\ folder
@echo offrem This example loads a source text file and runs an Anaplan import into a module.rem For details of how to configure this script see doc\Anaplan Connect User Guide.doc
set AnaplanUser=":"set WorkspaceId=""set ModelId=""
set Operation= -file "file_name" -export -execute -get "C:\anaplan-connect-1-3-3-5\file_name"
rem *** End of settings - Do not edit below this line ***
setlocal enableextensions enabledelayedexpansion || exit /b 1cd %~dp0if not %AnaplanUser% == "" set Credentials=-user %AnaplanUser%set Command=.\AnaplanClient.bat %Credentials% -workspace %WorkspaceId% -model %ModelId% %Operation%@echo %Command%cmd /c %Command%pause
Thanks @andre.lie . that was quick and easy. Appreciate your response.
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…
Estimated Level of Effort:4-8 Hours of Model Building Level of Difficulty: Beginner Recommended Training: L2 Model Builder Training Persona: Casual Model Builder Potential ROI: Decreased planning time Increased accuracy of targets/spreads You Might Also Like: * Historical Snapshotting Top-Down Allocations Whether it's…
This item has been identified as an outstanding known issue. A workaround is provided until the issue is officially fixed. Issue For versions 1.6, 1.7 and 1.8 of the PowerPoint Add-in elevated privileges are required to install the add-in through command line and for the "all users" option. Workaround * Installing through…