I have a report that requires a formula that I cannot figure out. Here are the details. I have a field that contains any number of "numbers", theoretically, 1 to infinity. What I would like to do is create forumla that will display the HIGHEST number and the information tied to that highest number. Here is an example of the database:
Table1.Number Table1.Data0 Table1.Data1
1 ABC fdslj
2 ABC oiewr
3 ABC mvxcv
1 XYZ gdhgd
2 XYZ ;dsal
4 ABC 450kj
3 XYZ ]perg
What I would like the report to show is:
Highest
Number Data0 Data1
4 ABC 450kj
3 XYZ ]perg
How do I pull just pull the data from the highest number in the Table1.Number field (field is a true numeric value)?? Thanks in advance.
Table1.Number Table1.Data0 Table1.Data1
1 ABC fdslj
2 ABC oiewr
3 ABC mvxcv
1 XYZ gdhgd
2 XYZ ;dsal
4 ABC 450kj
3 XYZ ]perg
What I would like the report to show is:
Highest
Number Data0 Data1
4 ABC 450kj
3 XYZ ]perg
How do I pull just pull the data from the highest number in the Table1.Number field (field is a true numeric value)?? Thanks in advance.