coldfusion reporting query question
coldfusion report
Calculated Field SumForward
SumForward(Sum:iif((query.SumOfTrainingHours + calc.SumForward GTE 40),iif(calc.SumForward + query.Carryover LTE 40,query.Carryover,40-calc.SumForward), query.SumOfTrainingHours))
I’m not familiar with report query syntax
say querySumOfTraining hours = 20 and query.Carryover = -20
what is the order of processing within the query and what value does calc.Sumforward get as the query proceeds. And what is the final value for SumForward.
Thanks
JimBerkes
