Hi, How can i refer Today's Date in a formula so as the values would change every day based on that days date. For e.g. if its 09th june then the formula should give result as 09th june . The next day i.e. 10th june the value should get updated to 10th june. Is there any such functionality or formula available inside Anaplan. Please let me know ThankYou
Solved! Go to Solution.
Can i have the script?thanks!
Could i have a copy of the script please. I have one currently but it is not reliable.
Thank you
@kfizz, @DeveloperCYT, @lmuladore, @bradley.sisson, and @Agandhi - I think I finally have what you might be looking for.
Attached is a Shell script that was recently tested for updating a current date. Let us know how this works out for you.
Special thanks to @greg_kajewski and @alec_judd!
Hi Emily,
Do you have the .bat version instead of .sh?
Thanks.
Leo
@alec_judd or @greg_kajewski - See Leo's question, please. Do you have a .bat available?
Thanks Greg!
Hi @greg_kajewski!
Thanks for the .bat file.
I have a question to get it running though:
It says to customize the following directory:
This variable AC_exe should be set to the path of the AnaplanClient.bat
set AC_exe=D:\Anaplan\AnaplanClient.bat
but since Anaplan models are running completely web-based and there is no local client running I do not see how I can access this path. I have not a lot of technical know-how on how these things work, but if you could clarify a little it would be very helpful.