Apply filter to report total

GiveMeNavGiveMeNav Member Posts: 14
I have an existing report that includes information from the service invoice header and the service invoice line tables. How do I total the quantity field for each "Type"?

For example, on a posted service invoice, I have Item and Resource types. On my invoice, I want to total the Quantity field of the service invoice line where Type = Resource.

Comments

  • kapamaroukapamarou Member Posts: 1,152
    You can do it with code or if you have a key that starts with the Type you can add a GroupFooter. Check the documentation for GroupHeader / Groupfooter...
Sign In or Register to comment.