custom function script

Allow users to create custom function via a scripting language like Java. The idea to me is have the capability to become as flexible as needed with scripting.

 

The use case i have in mind is being able to create a hashing algorythm to use as a code. This can be a work around to the 60 limit character limit.

12
12 votes

New ยท Last Updated

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • edited December 2022
  • edited December 2022

    Hey, great idea, I'm totally for! I would rather like to see Python / R / Julia kind of lenguages but anyway, any scriptting form would be awesome. Just imagine what can you do with it! It's not only for custom funcitons but also applying some advanced algorithms. Proper forecasting (math speaking) is no longer an issue and you don't have to go outside Anaplan. Machine Learing stuff is just next door. You can even try running some complex sort of AI programs inside Anaplan and what more do you need while taking complex decisions managing your company?

    The only problem I can see is that it may cause some trouble for the Anaplan servers since such algorithms are usually quite heavy on performance.

    Anyway, can't wait to see it in Anaplan!

  • edited December 2022

    My favorite example: TRUNC(number). Works a lot better than VALUE(LEFT(TEXT(Number), FIND(".", TEXT(Number)) - 1)).  Could well perform better.

  • edited December 2022

    @schulze 

    MROUND works

    MROUND(Number - 0.5, 1)


    2019-04-27_17-24-30.pngMuch simpler than VALUE(LEFT(TEXT(Number), FIND(".", TEXT(Number)) - 1))

  • edited December 2022

    Ok, how about SYSDATE()?

  • edited December 2022

    I do custom scripting and call it from Anaplan by having a link to a batch script which executes a python script. My use case is to get Now() and some other data points . It works but i do agree if we can have it directly from anaplan with possibility of passing  variables will be awesome.

  • edited December 2022

    I think support of R (https://www.r-project.org/) from Anaplan would be great.

  • edited December 2022

    DATEFROMISO(Date) would also be helpful.  Much easier than DATE(VALUE(LEFT(Date, 4)),VALUE(MID(Date, 6, 2)),VALUE(RIGHT(Date, 2)))

  • An anaplan development kit allowing custom code functions to share would definitely increase the reach of anaplan and bring new clients

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In