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!
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β¦
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FINDβ¦