I want to have the name of the Parent shown in each row in a column of a list. How can I achieve this?
Hi Samdal,
There are two ways to achieve this depending on what 'name' you are trying to return. Both would be by inserting a list ‘property’, via the ‘Properties’ tab when viewing your list:
You then have two types of the Parent name you could bring through. If you want the name of the Parent in the list format, you would select the Parent List under the Format of the property, then just add the PARENT formula: PARENT(ITEM(‘Child List Name’))
Alternatively if you are wanting to return the name of the Parent as Text, you can then use the NAME formula to reference the name of the parent of each list item: NAME(PARENT(ITEM(‘Child List Name’))).
I should add, that you do want to avoid using list properties where possible and using a Systems module to return this kind of information in the same way.
Thank you for thorough and excellent answer to a beginner in Anaplan!
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…