Is it possible to limit number of options cho...

Is it possible to limit number of options chosen from an EnumList? If I have a list of say 10 options to chose from in the EnumList but I want the user to select a max of 3. Is it possible to limit the user to the number they can choose?

0 3 672
3 REPLIES 3

Hi @Michael,If you have enumlist created by entering Enum values in the field definition itself, please put COUNT([_THIS])<=3 in the valid_if filed of the column definition.

Hi, I have same problem but on the "Valid If" I have this formula: T_ROSA[ID_CICLISTA]. If I add *COUNT([_THIS])<=8 (I want max 8 choise) the formula donโ€™t work. How I do it?

@Suvrutt_Gurjar So simpleโ€ฆ Donโ€™t know why I didnโ€™t think of that. Thanks

Top Labels in this Space