Hello everyone,
another (simple?) question : let's say we have following node structure :
/compoundemployee/person/employment_information
custom_string1
end_date
start_date
user_id
...
job_information
company
location
...
We wish to sort the node employment information by start_date. Can this be achieved somehow via graphical mapping (sort / sortbykey) ? I only see as a rule for comparing values 'case insensitive', 'case sensitive', 'float number', but no date.
I'm working on a a Groovy script to achieve this, but if it's can somehow be done standard ?
Thanks !