brizaybrizoke
Technical User
![414fb1eab6d4cae6385f7c83e7bfecee1da53df643d29640d3a08168f31415ba6g.jpg](http://www.mediafire.com/imgbnc.php/414fb1eab6d4cae6385f7c83e7bfecee1da53df643d29640d3a08168f31415ba6g.jpg)
My starting objective was to create a formula to retrieve results for a specific line of data that had no constants.
First, I added a record number down the first column to provide each line a constant.
Then added a formula down the last column where I want my results.
At first I tried the following formula but it returned with 'False' for the entire column.
if ({No}) = 1 then ({Lines}) - ({Picks}) else
if ({No}) = 2 then ({Lines}) - ({Picks})
I also tried a summary formula which returned with a running total of all lines for all batches.
if ({No}) = 1 then (SUM({Lines})) - (SUM({Picks})) else
if ({No}) = 2 then (SUM({Lines})) - (SUM({Picks}))
What kind of formula will equate Lines and Picks for each Batch?
I am using Crystal Reports ver 8.5
I started teaching myself Crystal yesterday so I'm very, very new to this application.
Thanks!