Crystal Reports is duplicating invoices causing the subtotal to be double. The line items are suppressed in the details section. How do I get it to only appear once so that my subtotal is not doubled?
So in the Detail Section their are the cost types: @CT1, @CT2, @CT3, etc.
Each of these have the following formula:
if {brvJCContStat.CostType} = 1 then {brvJCContStat.ActualCost} else 0
So how do I edit this formula so that each Cost Type is not multiplying the correct amount by 17 (the...
See below for the Section Expert. The Formulas I posted above are coming from "Group Footer #3: brptJCCostRev;1.Contract - A" Where would I got to put in a Running Total of a Variable?
Report Header
Page Header
Page Header a
Page Header b
Group Header #1
Group Header #2
Group Header #3
Details...
thread767-1267707
I have a report i am writing, pulling info from a SQL table.
The Sum of each cost type is multiplying by 17. For example the total should result in $1,260,415 and I'm getting $21,427,055. 17 is the number of subcontracts for this particular job.
Below is the formula for all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.