Median value

0
HI Everyone , I am working on an application which have 10 different values for an attribute and i want to find  out the Median value . Does mendix have some arithmetic expression to get the median value directly ?  
asked
2 answers
1

No, unfortunately not. You're best off making a custom java action with your array as input and return the median. Then call that action from a microflow.

answered
0

I am not sure, but maybe this module can help you out: https://appstore.home.mendix.com/link/app/112522/ 

answered