Hello, I have a nested list like the following. I want to publish only the parent as a page selector for a particular dashboard without giving the user the ability to select specific child. How can I do that?
Parent
Child
A
1
2
B
3
C
4
Hi @JZCG I think you need to split the list (simple list), one for parent and one for child. This case you can publish parent as page selector. With nested I don't think so you can achieve this.
@JZCG what you can do is go to the Parent list itself. Open it then go to View⇒Publish List as Page Selector as per screenshot below. In the screenshot below P2 is the parent of P3.
you mentioned dashboard but still double checking, do you need this is classic or NUX?
Hi @JZCG You can publish list as page selector to dashboard as mentioned by TristanS. But if y are looking in case of NUX you can't publish list as a page selector. NUX automatically takes the dimensions of the module when you try to publish pages and makes them as Context Selectors. https://help.anaplan.com/configure-context-selectors-in-apps-and-pages-c99d08f7-d7ab-464b-bf2e-69d2d367b6ca Refer above link for more details.
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…