Can someone elaborate the Disadvantages of Numbered list
Hi @princekokkera1234
As you probably know, in order to create a normal list in Anaplan, all you need is a name. Therefore, the name acts as unique identifier of each item on the list, or primary key (ideally, every list should have a code, and the code would play this function of the primary key, but the only mandatory and unique field of a regular list is the name).
There are instances when the name being the primary key poses and issue. The most common scenario is when you need repeated names in your list, as for instance, in employees lists. In this case, the unique identifier for each list item will be a number assigned by anaplan, such "#125". Then, you can use a property in the list as "display name" to "conceal" that meaningless unique internal anaplan number and show a more meaningful name to users.
Numbered lists are also useful when the name of the list items exceed 60 characters in length or as staging lists to add let users add new list items with ease, among others.
In summary, from the performance or data usage stand point, numbered lists do not suppose a difference from regular lists, so there are no outstanding advantages or disadvantages in using them.
Here you can find more insights about numbered lists and when to use them:
https://help.anaplan.com/numbered-lists-371af0ef-1465-4c4f-9a73-4150f4a6ee95
https://community.anaplan.com/kb/articles/63913-introduction-to-numbered-lists
I am not sure if it is disadvantage or not but if you are using numbered list and you need to show meaningful name to end user, you need to use display name properties otherwise it will show (#1,#2….)
https://community.anaplan.com/profile/skarki
As a numbered list having the advantage of using more than 60 char. Then using display name properties is an advantage in itself. If you want to show a long concatenated name in the list, then it'll be helpful there. So we can't identify it as a disadvantage; depending on the requirements, we can switch the approach.
Regards,
Jagadish
With a numbered list, you are not able to specify the item by the display name in a formula. Suppose that an Employee has a display name "John Smith" and the item code is his employee ID "123456". With a numbered list, the system name is just a serial number like #435. You cannot FINDITEM(Employees, "John Smith"). You can only use FINDITEM(Employees, "123456").
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!
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
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…