I have a listbox and want to set some of the items as bold based on various criteria.
Example 1:
Listbox contains a list of all employees and I want to bold the employees who are listed as "working" in another table.
Example 2:
Listbox contains a list of ALL Products and I want to bold the ones that are that are in are on sale (as identified in another table).
I've looked at the examples of changing format based on selection or hover, but I can't figure out how to translate that into the above use cases.