Salve, ho una lista di elementi e vorrei ordinarli in base alla data.
La data è formattata in dd/MM/yyyy.
Esempio:
05/06/2020 pippo
01/02/2020 pluto
24/10/2020 puffo
Fino ad ora mi riesce ad ordinare solamente in base al giorno. Essendo una stringa ho usato compare text e segment per prendere solo la data. C’è qualche soluzione?
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
@piero_piero Devi mandare una foto dei tuoi blocchi per aiutare gli altri a trovare il tuo problema in dettaglio
Basta che fai click destro col mouse e selezioni Download i blocchi come immagine e poi se vuoi, puoi tagliare l’immagine con l’editor. Infine la mandi nella chat e gli altri ti possono aiutare.
Ciao da Pizzaguy07
This is ugly, but sorts a list of lists by date, where the first item is a date in dd/MM/yyyy format, uses Hossein’s ListUtils extension for the sort routine.