Hi Everyone,
The model has 7 levels of hierarchy for three years now. Would it be advisable to add another level between l6 and l7, taking into account the consequences?
@MounikaVakacherla If there is a valid business case then you should do it. How you go about doing it is the thing you need to assess. I can imagine if you try to do it now you would get all sorts of error such an invalid parent or something.
For example, original hierarchy is
Then you want to introduce
If you have a formula somewhere that uses PARENT(ITEM('L7')), it would prevent you from inserting L6.5 as the current line item using the PARENT formula would have a format of "L6". But attempting to insert L6.5 would require the format of the line item to be "L6.5". Depending on how complex your model is, trying to identify all the line items that would prevent you from inserting that level can be painful
As an approach, you can perform the following steps:
1. Export the module line items. This is so you can refer back to it later as the next steps will require you to delete then re-introduce formulas
2. Identify all line items that has L6 as format. Temporarily update the formula against these line items to blank
3. Insert the new list L6.5 in to the hierarchy. For example,
4. Create the system modules for L6.5
5. Assess what changes would be required for the items identified in step 2. It can be one of the following:
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.β¦
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the nodeβ¦
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create aβ¦