So, I have attempted to explore the concept of allowing users the ability to change the property that updates the display name for a numbered list, and I can't quite figure out how to make it unique to each users' preference.
For example, I am looking at a hierarchy and I want to know how the people roll up then click a button/check a boolean, etc. and have the model now show the primary assignment of the person in the same place.
I am aware that I can increase width and build both into the name, add a set of columns holding the given information they are trying to look for, manipulate for all users, but not for an individual user.
The current work around: Create a module, apply users and the given list to the module, add the booleans and a line item with a formula with all the given naming options you would like, concatenate, and have a column that shows their unique selection, list has a default naming system such as always people, an ID/Concatenated name, or w/e the system needs.
Alternatively, having everyone on the team managing the same boolean and refresh the dashboard as soon as they update to maintain that view until they reload or leave the page.
Anyone have any better ideas?