B
Beans
I have a table of mapunits joined to a table of components. There can be
many components in each mapunit. In the components table there is a
percentage field and a t factor field. For each mapunit, I would like to
query the components table to return the component with the highest
percentage of the and its associated t factor. I use 'totals' to return the
max of the percentage field but it will return all components of the mapunit
if I don't I don't put a condition of the t factor field.
Once I have the max percentage, how can I get its t factor.
many components in each mapunit. In the components table there is a
percentage field and a t factor field. For each mapunit, I would like to
query the components table to return the component with the highest
percentage of the and its associated t factor. I use 'totals' to return the
max of the percentage field but it will return all components of the mapunit
if I don't I don't put a condition of the t factor field.
Once I have the max percentage, how can I get its t factor.