-
Re: Calculate the number of complete months between two dates (Similar to Excel DATEDIF Function)
@sosunkwo Give this is shot... Create a module (Start/End Month) that is dimensionalized by what you are trying to figure out, I used Row Count but this could very well be Invoice ID or SKU. Line ite…2 -
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: Quick reference guide for Data Hub Setup
Lokesh, I would be very careful in your last point, you do not want to bring in data with a primary key that is tied to either the version or the time period as you are inflating the overall size of …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 -
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

