Excel Having two functions
both function generates random numbers, it will be very useful for model builders and end users to use same function in anaplan.
please suggest can we get same function in anaplan.
@ Block Blast, You can create a pseudo-random number by leveraging MOD() and CUMULATE() on some existing number series. Example: MOD(CUMULATE(1, 1, 1), 100) (adjust to get different ranges).
As an Anaplan Tenant Administrator, I need the Export functionality to be able to export all the existing Tenant Level Roles information as well as the role details, into a CSV file, So that I have the accessibility to document and report to my security team. I know this feature is successfully implemented when I can see…
Currently, only Workspace Admins in Anaplan can access certain model metadata and deployment validation panels (such as Revision Tags, Data Tags, etc.) in the Production workspace. For security and compliance reasons, we want to avoid granting admin-level access to users who only need to view this information. There is no…
Currently, Anaplan does not natively restrict number inputs to specific ranges. Users can input any numeric value, which may result in data integrity problems, especially in collaborative or decentralised planning environments. Introducing a validation capability—where model builders set upper and lower bounds for number…