May I know how I am supposed to retrieve List Property in Text as List formatted line item given the list property in text matches a list member.
Thanks in advance.
Greg
@gregoryTan
FINDITEM(List name, text), where text = the List.Property
However, it is best practice not to use List Properties and house those attributes in Modules instead
David
Hello Greg
Please refer function FINDITEM
Thanks
Arun
Best practices say that you need to have a system module for Lists and add a line item instead of properties. You can achieve this by using find item on the text
Hi everyone, I'm trying to use this function on specific members of my grid, as described in the documentation. In my example, the grid contains two row elements: ACTIF and PASSIF. The problem is that when I use this function, it affects all elements in the grid, whereas I only want it to apply to the specified member:…
Hi, Where are the member properties for lists defined in Anaplan XL? In the training documentation there is an example showing a property such as “Birth Date”, which appears to be a list-item attribute. That suggests you can create custom list properties from the Anaplan list. However, when I connect through Anaplan XL, I…
Hi all I have a list of networks organized hierarchically on a list of entities, which is itself organized hierarchically on a list of divisions (organization). An entity can have several networks. I also have a list of product models, which is itself ranked with three higher levels: this “Models” L4 list is ranked at a…