We have a number of saved views across various modules in our model, does the number of saved views impact model performance at all?
I'm not aware of any direct correlation between number of views and performance. The performance impact will arise when the views are opened, an inefficiently designed view can impact the time it takes for that data to render on the page.
I would call out that if you have "stale" views this can make your model more difficult to maintain/enhance. If the views serve a purpose, great then there is no need to remove them. If not, then it may be time for some spring cleaning to ensure that there is a clear line of sight to the purpose of each view.
@Tiffany.Rice
You nailed it, I could not have said it better!
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β¦