@Misbah
Hi Flok,
How to modified export script to get the customize file name along with current date & time
Regards,
Rahul
Thanks but below is the working script
============================
set hour=%time:~0,2%if "%hour:~0,1%" == " " set hour=0%hour:~1,1%set min=%time:~3,2%if "%min:~0,1%" == " " set min=0%min:~1,1%set sec=%time:~6,2%if "%sec:~0,1%" == " " set secs=0%secs:~1,1%set filename=D:\outfile_%date:~10,4%%date:~7,2%%date:~4,2%_%hour%%min%%sec%.csv%set Operation=-service "https://api.anaplan.com" -auth "https://auth.anaplan.com" -export "ExportName" -execute -get %filename%
======================================================================================================
@xrprasadx
Generally, the solution is quite simple — we should use the %date% and %time% built-in variables, that display date and time based on the regional coding.
Hope it Helps!
Hi, we need to bulk export approximately 150 customer Management Reports as PDFs each month from Anaplan. It involves selecting each customer from the context selector, exporting to pdf and then renaming the file. Currently this is a manual process. Has anyone implemented an automated solution to bulk export Management…
Hi, I'd like to know if my issue already occurred to anyone here. I created a saved view out of a module using different hierarchical lists. In the saved view, I pivoted the dimensions and restricted the view only on a specific line item. Then, I used that saved view to import data into another module however the data…
Hi, I have the following problem to solve and I’m not sure whether it’s even possible in Anaplan. I have List A with a certain number X of elements. For selected elements from List A, based on which I create a subset, I determine the components that make up each element. There can be a maximum of 6 components. Each line…