Lets say I have 10 fields in a record. Each are unique in that they are all numbers (or time fields).
Is it possible to run a query to determine the highest value amongst the ten fields in the record.
For example, if one record contains the following values in 10 different fields:
12
65
72
25
13
21
22
33
10
01
...could a query field be added to say the max value amongst the ten fields in this record is 72?
Is it possible to run a query to determine the highest value amongst the ten fields in the record.
For example, if one record contains the following values in 10 different fields:
12
65
72
25
13
21
22
33
10
01
...could a query field be added to say the max value amongst the ten fields in this record is 72?