Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Expression to select the values from an enumlist called [Kids].

How do I select the different values that are separated by commas by default in an enumlist called [Kids].

An expression with LEFT only selects the left-most and right-most values.

 

LEFT([Kids], FIND(",", [Kids]&",") - 1)

 

Thanks!

 

0 4 108
4 REPLIES 4
Top Labels in this Space