Nov 15, 2004 #1 mama16 MIS Oct 22, 2004 125 US Is this syntax oK? I created this text box in the Report design view and added this =Sum([Total])*Sum([Average_call_length])/18/60 I'm not getting the right answer?
Is this syntax oK? I created this text box in the Report design view and added this =Sum([Total])*Sum([Average_call_length])/18/60 I'm not getting the right answer?
Nov 15, 2004 #2 tledwards Programmer Feb 4, 2003 86 US There is no way for us to tell if your formula is correct. If it's not giving you the answer you want it probably is not. The formula states: Multiply Sum([Total])*Sum([Average_call_length]) Then divide that by 18 Then divide that by 60 Upvote 0 Downvote
There is no way for us to tell if your formula is correct. If it's not giving you the answer you want it probably is not. The formula states: Multiply Sum([Total])*Sum([Average_call_length]) Then divide that by 18 Then divide that by 60
Nov 15, 2004 Thread starter #3 mama16 MIS Oct 22, 2004 125 US Is it the same if I do this Sum([Total])*(Sum([Average_call_length])/18)/60 I just want to know if the syntax is acceptable cause if it is then I have a data problem in the db. I always appreciate your help, Thanks Upvote 0 Downvote
Is it the same if I do this Sum([Total])*(Sum([Average_call_length])/18)/60 I just want to know if the syntax is acceptable cause if it is then I have a data problem in the db. I always appreciate your help, Thanks