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!
On community I am finding conflicting information. Is it 500 or is it 4? Any guess where these numbers came from?
Hi, I need help in pulling a specific view in Anaplan XL. The first grid should display attributes of various projects, while the second grid should present the monthly financial data for these projects. Thanks in advance.
Hi, I am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all listβ¦