You are welcome. If you are looking for multiple but different enum options depending on views, even the expression with LIST() values you have mentioned in the first post looks good.
Valid_if options through list will be constraining, the users cannot add option outside the list presented to them.
Alright, thank you. Users shouldn’t be able to add new [Status] values to this enum, so the combination of suggested values and valid if seems to work.