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, Based on the regional settings, my default delimiter/separator for CSV files is a Semicolon. In the classic way of uploading a csv file, I was able to select the delimiter. When using ADO, I don't have the option to select a delimiter. Uploading a Semicolon delimited file returns an error, or an upload with only one…
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…