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

A print time formula that modifies variable is used in a chart or map

Status
Not open for further replies.

aomara

MIS
Nov 18, 2002
48
LY
I have a formula includes variable that accumlate a values ( the formula act as a running total)
When I try to put this formula in a chart (within another formula), i receive the following error :

A print time formula that modifies variable is used in a chart or map details: @formual1

--@formula1
WhilePrintingRecords;
NumberVar CCC;
CCC := CCC + tonumber({@formualX});


--@formula5 (included in a chart)
@formula1+@formula2+@formula3+@formula4

I try to make an array for the variable CCC, but charts cant be bulit on array.

Can any one help me, or give me alternative solution ??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top