D
David
Hello wise ones,
I have a table with fields
Student_Name
Age
1mileTime1
1mileTime2
2mileTime1
2mileTime2
3mileTime1
3mileTime2
on... and... on....
I am trying to put together a TOP 10 list of times by age. For example,
report will show top 10 1 mile times for age 15. Another report to show top
10 2 mile times for age 15 and so on......
Should I just throw the top 10 1mileTime1 times for AGE 15 and the top 10
1mileTime2 times all in one table and then the top10 from the table?
Is there a way to create an array or temporary dataset and then perform the
top 10 query on it?
I have a table with fields
Student_Name
Age
1mileTime1
1mileTime2
2mileTime1
2mileTime2
3mileTime1
3mileTime2
on... and... on....
I am trying to put together a TOP 10 list of times by age. For example,
report will show top 10 1 mile times for age 15. Another report to show top
10 2 mile times for age 15 and so on......
Should I just throw the top 10 1mileTime1 times for AGE 15 and the top 10
1mileTime2 times all in one table and then the top10 from the table?
Is there a way to create an array or temporary dataset and then perform the
top 10 query on it?