-
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: HOW TO READ CURRENT PERIOD BY USING FORMULA
@UMAMAHESH, The function you need is CURRENTPERIODSTART() which takes the setting defined in Time. Since CURRENTPERIODSTART() returns a date, you can convert this to a Period with the following formu…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

