Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text in group footers

Status
Not open for further replies.

teachmecr

Programmer
Oct 1, 2006
72
US
Hi
how can i have group footers with different texts in it. for example i have 2 groups with different headers but for each group footer where im summing i wana be able to insert different text such as sales total and paydowns total. The problem is that it shows it in both group footers. thanks
 
Create a formula like this:

if {table.groupfield} = "Sales" then "Sales Total" else
if {table.groupfield} = "Paydowns" then "Paydowns Total"

Use this instead of a text box.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top