-
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: Duplicate entries - Module to module import
@kartikay2110 Actions within Anaplan are "dumb" in that they just overlay the target values. For example, in a cell, I have a 10, but my import now has a 20, the final number will be 20. No…2 -
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

