NewToCrystalX
Technical User
I am neew to the forum and a new to crystal reports.
I have a numeric field called AVERAGEFORCE.
I am pulling AVERAGEFORCE straight from a SQL table.
I group the data by DAY
I can show the daily percentage increase of Force by using the formula -
{data.AVERAGEFORCE}%(Previous({data.AVERAGEFORCE})
WORKS PERFECT...
The problem comes when I try to show percentage increase of the running total field of AVERAGEFORCE.
I try to use the same formula on the running total field #Force Rt -
{#Force Rt}%(previous({#Force Rt}))
I get the error "this field has no previous or next value"
I have tried using Evaluateafter... doesnt work.
Maybe it's impossible to use the PREVIOUS command on a formula filed?????
THANKS IN ADVANCE!!
I have a numeric field called AVERAGEFORCE.
I am pulling AVERAGEFORCE straight from a SQL table.
I group the data by DAY
I can show the daily percentage increase of Force by using the formula -
{data.AVERAGEFORCE}%(Previous({data.AVERAGEFORCE})
WORKS PERFECT...
The problem comes when I try to show percentage increase of the running total field of AVERAGEFORCE.
I try to use the same formula on the running total field #Force Rt -
{#Force Rt}%(previous({#Force Rt}))
I get the error "this field has no previous or next value"
I have tried using Evaluateafter... doesnt work.
Maybe it's impossible to use the PREVIOUS command on a formula filed?????
THANKS IN ADVANCE!!