I
iain
Hi,
This is quite a straight forward request, but for the life
of me I can't get my head around it. Essentially I am
trying to find the max value across 3 fields.
table example:
month apples pears grapes
Jan 5 8 3
Feb 1 2 8
Mar 5 3 2
Apr 9 1 5
I have 4 fields and would like to find the max amount of
fruit per month.
result example.
month fruit
Jan 8
Feb 8
Mar 5
Apr 9
After much fuddling around I am no wiser as to how to
solve this problem. Could anyone point me in the right
direction?
Thanks
Iain
This is quite a straight forward request, but for the life
of me I can't get my head around it. Essentially I am
trying to find the max value across 3 fields.
table example:
month apples pears grapes
Jan 5 8 3
Feb 1 2 8
Mar 5 3 2
Apr 9 1 5
I have 4 fields and would like to find the max amount of
fruit per month.
result example.
month fruit
Jan 8
Feb 8
Mar 5
Apr 9
After much fuddling around I am no wiser as to how to
solve this problem. Could anyone point me in the right
direction?
Thanks
Iain