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.
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…