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.
I have this error message " Azure blob http error " when i save cloudworks connection to Blob Storage. I follow this link: Connect to Azure Blob | Anapedia Can someone help to identify the root cause and how to resolve? is it related to permission or security?
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…