One of my reports is buit like this:
-GroupHeaderBand
--DataBand
-GroupFooterBand
In the GroupFooterBand, I have summaries to have group averages of values from the databand.
On of my field is a DateDiff function:
Code: Select all
{DateDiff(data.date_pol,data.date_sowing).Days}
Code: Select all
{Avg(DateDiff(data.date_harvest,data.date_pol).Days)}
Where am I wrong? Is it possible to do what I want?
Thanks!