Specific Database Order

Hey there! I am developing an artist website and my client wants a Dataset to be ordered by series and inside those series by years, but all in a same dataset . The problem is some series have been developed in different years so if I filter the dataset by years, the series won’t appear together. Is there a way to manually order the dataset how I want without depending on clasifications or filters?

Thank you!

I temporarly solved it by adding a column with numbers setting the order I want to display and sorted the column from low to high. Let me know if there are other ways to do this :grinning: