Hi All, I'm having trouble figuring out the formula for this. I need to create a Formula for "A" for the succeeding months but the first month should be an input.
Thanks!
Hi Lorraine,
You cannot have both input and formula for the same line item.What you can do is to create a new line item let's say "A1", where you will take value as input
Also create a Time Settings Module which has time as dimension and one boolean line item First Month? which will look like this
After this use formula in line item "A" of your module
IF Time Settings Module.'First Month?' THEN 'A1' ELSE PREVIOUS(A) - PREVIOUS(B)
I hope this helps.
@LorraineGSD
Step 1: Create a SYS Time module where you will identify the first month of each year.
Step 2: Create another module where you store the beginning balance feeding into first months of each year . I have used Yearly Timescale here but you can use whatever scale you want
Step 3: Create a final module where you do the calculations
Hope that helps
Misbah
I am attempting to connect to an azure SQL database vis at the MSSQL connector in data orchestrator but am having issues and I believe it is due to hyphens in database name (which is a fairly standard naming convention I will note!) Example below (fake credentials) - has anyone else encountered similar and is there a way…
Hi, for some reason my shipping costs are the same over every month and I don't know what to do to fix it.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…