Hi,
I’m building a app, and one of the items is a page whereas the workexperience of a user is displayed. Just imagine a general Linkedin profile page. Anyway, each jobexperience contains an employer, function description and beginning and end date. All goes well if you sort the repeating group on ‘end date’, untill you have the display the current job, because then there is no end date. I’ve added a Checkbox "this is your current job’ and instead of end date a text message will display “Current” and the ‘end date’ will be empty.
But how do I manage that the group with the ‘current job’ is always listed on top, when I have a repeating group which organizes it on ‘end date’?
Doesn’t sound too complicated does it?