Show Icon from value in Enum List

My app has a list of contacts in which you can select a “role” for the customer in the customer form. Contacts can have more that one role so the options are in an enum list. In the deck view I am trying to assign and icon to various roles… ie. “Billing” “Sales and Service” “Manifest” I’ve encountered the problem before and have solved it by changing the column type to enum (yes/ not result) instead of enum list but in this case having multiple selections in the list is necessary.

Is there a way to assign an icon per role with the column type set as enum list?

[Role] Values are “Billing”, “Sales and Service”, “Manifest”

Solved Solved
0 8 1,433
1 ACCEPTED SOLUTION

Try IN("Billing", [Role]).

View solution in original post

8 REPLIES 8
Top Labels in this Space