I created a report that has a computed value(i.e. Count or Average) in a Group Footer.
Then I set the Can Shrink property of the computed textbox to True.
When I preview the report, the computed textbox is not displayed.
The only way to make the computed textbox display is to set the Can Shrink property to False.
GroupFooter hides Textboxes
GroupFooter hides Textboxes
Please use following expression:
instead
Thank you.
Code: Select all
{Totals.Sum(groupheader1, myexpression)}
Code: Select all
{Sum(myexpression)}