List operation « distinct » and « distinct count » - Mendix Forum

List operation « distinct » and « distinct count »

1

input : 1 list, 1 member criteria, 

output : a json string with the  list of values  and the count of values, formatted to comply with an import mapping 

{[
{value=Value1,count=10},

{value=Value2, count=10}

]}

 

asked
1 answers

I created this module since

 

Count Values Of Member

https://marketplace.mendix.com/link/component/121239

Created