Forum Discussion
Rebek2210
Jan 26, 2023Copper Contributor
Sorting in numerical sequence
Hi everyone. I am trying to figure out how I can sort a library in the proper sequence and I can’t seem to find a way to make it happen. My files in one of my libraries have alphanumerical names....
SvenSieverding
Jan 27, 2023Bronze Contributor
Hi Rebek2210,
you could turn your "Task ID" column into a number column and apply the following JSON formatting on that column
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "='CSOP-'+@currentField"
} Then it would look the same, but you can sort numerically by it.
Best Regards,
Sven