@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 working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list…
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?