I am building a report uses data returned from a stored procedure on a sql server db. The data returned contains monetary values for Payments, Adjustments, and Charges for a Doctors office. Additionally, each row of data is defined as being inside of a particular department.
I want to report the Payments and Adjustments without grouping by department, but report the charges grouped by department.
Is there a way to create a report that groups conditionally?
I want to report the Payments and Adjustments without grouping by department, but report the charges grouped by department.
Is there a way to create a report that groups conditionally?