-
Re: Find Highest value
@Kiran96 While your solution works, I wouldn't advise it because you are hardcoding to a certain time member. What happens when the model rolls to another year? The proper solution would be to u…2 -
Re: To get Boolean true after every 2 or 3 months
@aishabhy05 Give this a shot. In a SYS Time module, create a boolean line item with this formula: LAG(1, 1, 0, STRICT) = 0 OR MOVINGSUM('Every 3rd month', -3, -3) Rob2 -
Re: Script to Automate Current Date Import
If you don't have access to a RDMS like Mike referred to in the above, this is a way to do it through Anaplan Connect (shell script style). #Variable for file that gets updated with today's…4 -
Re: OEG Best Practice: Data Hubs: Purpose and peak performance
Hey @andrewtye, Yes, ideally you would like for Store, Region, and Division to be flat lists in the data hub and the transactional data coming into a module with the "transactional" key/lis…4 -
Re: How to Integrate Rest API with Anaplan
Kavin, I don't have a lot to share, but I do have a couple websites that might be of interest to you: * REST API https://anaplan.docs.apiary.io/# * Audit API: https://auditservice.docs.apiary.io…4

