Enum Vs EnumList

What is the difference between enum and enumlist?

0 5 2,197
5 REPLIES 5

Steve
Platinum 4
Platinum 4

An Enum is a single value of a designated type (Number, Text, Ref, etc.). An EnumList is a list of (0 or more) values of a designated type.

thanks

How will you apply this in an app?

You could use it to filter contents of a slice. An enum column would only allow one filter value to be choosen for the slice but an enumlist would allow multiple values to be chosen. With the enumlist (multiple values), an expression could be written to make the slice either โ€œorโ€ or โ€œandโ€ for those values.

Thank you . I will use this info.

Top Labels in this Space