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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Field not showing up

Status
Not open for further replies.

kchaudhry

Programmer
Nov 10, 2003
256
US
I am using CR 8.5 with SQL 2000 backend. I have a formula which matches one record in the entire database. My problem is that when I put that formula field in the group footer it shows me "0". If I place this formula in the details section then I get the correct value.

I have to get this value in the group footer. Any ideas how I can do that?

Thanks in advance.

Kchaudhry
 
Try inserting a maximum on the formula in the detail section. If this doesn't work, please share the formula.

-LB
 
In the group footer the formula works on the last value in the detail section. You may create another formula that assumes max value (for the group, if needed) of the first formula and place it to the footer.
 
I am not sure how to insert a max value. Here is my formula:

if {formula.formula} = "Productivity Commission/Team Pool"
then {formula.compensation_total}

Can someone please guide me how to insert a max value on this?

Thanks

Kchaudhry
 
I was able to get the data to show up in the group footer using the max value. Here is the formula that I created:

Maximum ({@PoolBonus},{Participant.id})

Thanks for putting me in the right direction.

Kchaudhry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top