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!
Now I faced below warning But I cannot find any delete action for those users I don't need anymore Can I have any action to solve this warning?
I have 2 lists used in modelling, In Input module I'm using subset of territories from Country List and subset of Regions from Flat list. But in Output module,Its reversed, I'm using subset of regions from Country list and subset of territories from flat list.How to derive the numbers from input to output module. I do have…
This shows all comments across all data to all users with access to the UX page. This is not appropriate for any UX which might contain security access sensitive data. Comments on grids and cards ARE security dependent. That works fine. But anyone with access to the page can open this Summary Panel and see ALL comments…