Feb 20 2019 01:31 AM
Feb 20 2019 01:31 AM
I have a SharePoint library with multiple columns/metadata - year, month,.
I would like to create a view where my documents are sorted by year, and then by month (placing the most relevant files in the top). I can't used modified or created date, since some of these documents are not necessarily created or modified in chronological order.
If I sort by month, I get January first, but then the year is all scrambled, and if I sort by year the months are not in order. How do I do that?
Feb 20 2019 06:02 AM
Hi @Deleted,
Is this what you want to achieve?
Grouping by Year and then grouping by Month# is how I went about this.
I don't think there is a way to alias the month number with a month name value but it would good if you could.
I hope this helps.
Norm
Feb 20 2019 07:02 AM
Feb 21 2019 05:58 AM
Both the year and month columns are text fields but the data in there is values. So, 01 for January etc.
I can sort newest to oldest by sorting Z to A. But I can only sort by one column at a time.
Feb 21 2019 06:19 AM