-
Re: Using Model Role to filter
Hi @BrentOrr , An alternative approach: 1. If an API can be written to export the User information to a file at a fixed location. 2. This export can be loaded to a module. Let me know if this sounds …2 -
Re: Import from Excel using Cloudworks
Hi @Shawnm , Azure blob is still in early access, it will be notified when it will be available for general access. https://help.anaplan.com/ae2fca3c-5705-4705-b36d-76934fa3a4fc-Connect-to-Azure-Blob…1 -
Re: Rounding function giving different result for similar numbers
Hi Kavin, Thanks for the reply. Round function has been updated with one additional parameter "EXACT" , using this solved my issue. Cheers, Yash2 -
Re: App analysis
Hi Keerthi, I think its based on the access. I assume since you are analyzing the app you must have given yourself full access. Ideally DM user should have access to few members of Territories (A3) A…2 -
Re: Logical Functions-IF ELSE statement - Trying to apply condition where line item text contains "DEC"
Hi @gcaldis , You may use a formula like : IF MONTH('End Period(Last Actual)') = 12 THEN FY + 1 ELSE FY + 10 I have used FY + 10 else to display a blank, assuming there won't be more than 10 years in…2