Hi there,
I have a sharepoint list called "Tracelot - Origini dosatori" and a column called "Dosatore". Other columns are "Origin" and "Active" (yes/no")
The values are compodes by a letter and a number: the possible letters are "S" and "O".
For example, I could have S1, S2, S3, S4, S5, O1, O2.
In a gallery I set the Items property with a Filter (italian configuration):
Filter(
'Tracelot - Origini dosatori';
Attivo = true;
Linea = VarLinea
)
But I need to order them FIRST by letters (first the S) and then by numbers, in order to see this order: S1, S2, S3, S4, S5, O1, O2.
Actually If I put anothe row in the list with "Dosatore" = S3 and I active that, I would see S1, S2, S4, S5, O1, O2, S3.
Hope I made this easy to understand..
Any idea?
Thanks