How can we use count in list operation where we have enumeration as data type? Does it work with datatype enumeration?

0
How can we use count in list operation where we have enumeration as data type? Does it work with datatype enumeration?  
asked
1 answers
2

If you need to count all the objects that have a certain enum value set just filter the complete list for each enum and do the count.

Regards,

Ronald

 

answered