Groups

C

chulamin

Does a group header and each of the details have access to values of the
footer for that group? I would like to control the visible property for the
whole group based on the results showing in the footer. Either the whole
group and all of the details should be visible or invisible.

Thanks
 
M

Marshall Barton

chulamin said:
Does a group header and each of the details have access to values of the
footer for that group? I would like to control the visible property for the
whole group based on the results showing in the footer. Either the whole
group and all of the details should be visible or invisible.


No, not really (for different reasons in AXP and A97).

Most values can be calculated in the group header using an
aggregate function (Count, Sum, etc). Or, in the report's
record source query.
 
Top