@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, I am stuck in trying to get the output of the below: After following the instructions my output is as below. From Jan 25 onwards my fields are empty whilst the desired output above is filled: This if the file i am uploading with both Actual and Budget, however when i upload it does not seem to be uploading the Budget.…
For some reason, when adding a new scenario, our enrollment numbers double instead of projecting normally. This begin occuring after the roll over process. SS with two scenarios in model. shows the same on base case SS with only one scenario in model Formulas not really sure where the duplication is happening.
Hi, I tried using create chart from a grid, but step 2 is unavailable and grid logo is grey. Any idea why ?