Hi,I have a number of lists e.g. product list or employees list, but how is it best to maintain these as the list keeps growing, but we have products which are no longer active or employees who have since left?
Thanks
@CommunityMember113484
Once identified what needs to be deleted use Delete from List using Selection option and try to run it during off Business hours.
Ah! If it is only about showing the required products then you can create a matrix of Products and Versions and Write a formula in Boolean formatted line item Data <> 0.
Apply the filter based on the above Boolean formatted line item. This will display only those products which have values in current version.
Misbah
@CommunityMember113484,
The best way to manage your active and non-active list members is by having list subsets.
Create a subset in your product/Employee list and call it "ss: Active products" or "ss: Active users" and update these subsets based on actions/Manually.
Thanks,
Sandeep
@CommunityMember113484 The different solutions above will help you. I would use the subset approach in order to save space in these modules which do not need the whole list.
But the reason I am posting is to warn you about potential data loss: when a list item is removed from a subset, all the data stored for that item (i.e data which has been manually entered or loaded as opposed to data resulting from calculations) will be lost.
So just keep this in mind and make sure that you do not have Data Modules using the Subset, or, if you do, make sure that you can afford to lose the data related to the item which is going to be excluded from the subset.
Cheers
Alex
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…