Sorting by number

0
Hi, I have created an app where I have to select employees every day. I want to see a list where most of the elected employees top the list. Now I see it in alphabetical order. The tabel Aantal Lunches en Kosten are calculated fields in a microflow.  
asked
3 answers
0

I suggest you have a look at the ListView controls widget. That can do the trick, I think. Haven't used it myself though

answered
0

Hi Mayhan,

If you (re-)use the logic of your calculated value function in your Employee 'Save' microflow (or beforeCommit) you can set the value in a regular attribute, which would allow you to use normal sorting functionality.

answered
0

Hi

1.

2.

 

3.

answered