I have a formula if {Fish.Date} in Date (2016, 08, 01) to Date (2016, 10, 31) then "1st Quarter" else
if {Fish.Date} in Date (2016, 11, 01) to Date (2017, 01, 31) then "2nd Quarter" else
if {Fish.Date} in Date (2017, 02, 01) to Date (2017, 04, 30) then "3rd...
Here it is:
whileprintingrecords;
numbervar maxave;
if Sum ({Feed.Feed}, {@Week #})/{#Days Fed} > maxave then
maxave := Sum ({Feed.Feed}, {@Week #})/{#Days Fed}
Getting close, but still not right.
Sorry for the lack of info...i'm kinda new to this please be patient with me.
i set a count on week number in the detail section resetting it on change of group. And placed it at GF2 level.
i placed a total of feed fed per day at gf2 and then divided total feed by number of days. that gives...
Group 1 is pond number
group 2 is week number
gf2 looks like this
week # # of days fed #'s fed for the week average feed
17 3 605 202
18 4 800 200
and so on.
I need the largest average of all weeks to...
I am currently using a date entry form that someone else built. I cannot open it in design view. Anyway, before you begin data entry it pulls up a window asking for "Transaction Date". After keing in the transaction date you are then taken to the data entry form and the date field...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.