CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: danboy1

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    3,879

    Re: Average for group totals

    I already did that it was the actual formula I need to get the average from the group totals: got around it with this:

    Whileprintingrecords;
    numbervar x;
    x:=x+1 // place this on your group
    ...
  2. Replies
    3
    Views
    3,879

    Re: Average for group totals

    Hi
  3. Replies
    3
    Views
    3,879

    Average for group totals

    Hello,

    I'm trying to do an average for the number of calls for each day. I have created the group which calculates the total number of tickets by day as shown below:

    Do I need a variable,...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured