Hello: I need to register in a hidden column ...

Hello: I need to register in a hidden column the number of entries selected from another column with EnumList format. Example: In a column of type EnumList register the following entries for colors: Red, Green. Then, in another column I need to record the number of entries entered in the colors column, that is, in this example: 2.

Can be done?

Thank you very much.

0 5 311
5 REPLIES 5

COUNT(LIST([ColorEnumListColumn]))

@Levent_KULACOGLU Sweet, ty!

Thank you very much

@Levent_KULACOGLU If [ColorEnumListColumn] is an EnumList, do you need LIST() around it? That seems redundant.

+Steve Coile I have understood that @Juan_Ramon_Soto_Dani

wants to count that enumlist columnโ€™s values as per row, so you need to wrap it with LIST first to read the COUNT as per row. Otherwise it will return the count across the whole column.

Top Labels in this Space