Question

Order list

  • 2 August 2019
  • 1 reply
  • 3 views

Badge +6

Hi I have a number of features, each with a list of dates which I obtained using PointOnAreaOverlay.

I would like to order the dates within the list. I am using PythonCaller to process the list and write to a separate table.

 

Any suggestions?


1 reply

Userlevel 1
Badge +21

What format are the dates in? If in YYYYMMDD you can use a listsorter

Reply