-
Re: Uploading file Via REST API and Triggering Imports
I think Ben is in the right,it has to do with file isolation for users, but it is definitely possible for an import to be set up by a user and run via the API from Anaplan user. I've done this r…1 -
Re: Anaplan Architecture
Hi, that is a very open question. Anaplan is very flexible so we do a lot of different thing and thus have a wide range of architecture. And even for the same use case, you can use two very different…1 -
Re: Level 1 Model Building SYS08 Employee Details Import Issue
Hi, in the first tab, Mapping, which field are you using to map the Employee ? You should be using the code, not the name.1 -
Re: Truncate decimals but not round
If you do not want to round then your only other option is text cutting. You can do LEFT(TEXT(number line item),5) You can have an IF statement to not always take the 5 first (2.229) but the first th…1 -
Re: Truncate decimals but not round
truncate isn't the right word, you want to round down to a specific decimals. In which case Jared anser's is correct, round allows you to do that https://help.anaplan.com/anapedia/Content/C…1

