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

Summing a Formula

Status
Not open for further replies.

Dutt

Programmer
Aug 20, 2001
33
US
I'm trying to find the sum of a formula I have created in CR 8.5. I'm getting an Error message:

The summary/running total field could not be created.

code:

sum(@formulaName)

@formulaName = abs(@Def)

@Def = field - field

If you can help it would be greatly appreciated!

Thanks
 
Hi,

You will have to create another set of formulae to initailise (add to group header), sum up (record level), and display the results (add to group footer) , based on your original formula.

Hth,
Geoff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top