I want to calculate the # of days in a month without using the PERIOD function. No time scale for this module. E.g. 10/15/2015
You would use the DAY function - if I'm understanding your need correctly…| https://help.anaplan.com/day-2acab59d-aca5-4c8a-8a79-b98f5846c200
@LeiCuntapay Directly from date without using period function you cannot fetch Month, you can use workaround mentioned - Find the month number using Month formula from current date Create 2 lists number 1- 12 and month list Jan 24 - Dec 24, create mapping of these lists. From month number by using number to text, Text to list conversion formulas, FINDITEM() fetch the Month(by means of mapping module using lookup) then by day function you can calculate number of days. Any specific reason you want to avoid period function.
Hi all, I am importing a flat file into ADO. However the flat file does not have a unique identifier. I would like to use the row count as the "ID" Is there a way to create this ADO? Basically how would I do row_number() in SQL?
Good morning everyone. I need to build a module export with some specific requirements: users can select a currency type (USD/Local), Salary Type (1 or 2), Nomina Type (1 or 2), and Version (Forecast, TS, Plan). Currently, each of these filters is driven by an independent system module published in the NUX, each…
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…