How can I sort on two (or more) columns?

Hi,

Using the Sample Data I would like to sort on two columns in the People table. For example on address and birthdate. I don't seem to be able to do that. When I select the second column the previous order is lost. How can I accomplish this without going to SQL?

Thanks!
Joe
TSolucio

Is there any solution to this?

Hi @rj5570
Yes, by using the Sort functionality in the Notebook editor:
https://www.metabase.com/docs/latest/users-guide/custom-questions.html#sorting-results

Thanks, I was just trying to use the columns to sort. Makes sense. Thanks for posting the solution!