-
Re: Anaplan Connect (asynchronous or synchronous)
This actually depends on how you write your script, which I'll get to in a moment. Some things to note: * The Anaplan API (which Anaplan Connect uses) supports asynchronous calls. You can kick o…2 -
Re: How to export result as .csv file through Anaplan Connect script?
@anildudam @ManjunathKN Anaplan Connect (version 3 and up) supports exporting a model's list details (ID's and Names). Example command below. .\AnaplanClient.bat -debug -service "https…2 -
Re: How do I exclude zeros from a MIN aggregation?
One way to solve this is to use a staging line item to replace the zeros with an abitrarily large number. Then you can point your MIN formula to the staging line item. Note that if *all* the values a…3 -
Re: Suppress Zeros on Graphs
The only way to do this from the UX only is to turn off the plotting of trailing zeros (suggested by @Anurag0911). However, this does not help you with any other zero values. Expanding a bit on the s…3 -
Re: Anaplan Api call via postman
The authentication approach is indeed different for the v2.0 REST API. In 2.0, you need to pass the authentication token as part of the header. You can read here for more detail: https://anaplanbulka…3

