davedz Posted September 9, 2007 Posted September 9, 2007 I have a database that tracks music, specifically records. Assume I have a date in Column A for pop music and a date in Column B for R&B records. Some records may have a date in both columns, some only in one column. Is there a way to do a "merged" sort so the dates in Column A & B would be sorted in sequential order whether the date is in Column A or B, or both.
comment Posted September 9, 2007 Posted September 9, 2007 You could define a calculation field (result is Date) = Case ( Column A ; Column A ; Column B ) and sort by this field.
davedz Posted September 9, 2007 Author Posted September 9, 2007 Thank you! This does exactly what I needed. Dave
Recommended Posts
This topic is 6379 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now