I have a Providers Productivity Report that I am working on and it has 4 rows of numerical data, CHK, CAN, NS, RS in a crosstab report. My question would be is there a way to total just “CHK” at the end of the crosstab row, instead of the total of CHK+CAN+NS+RS?
I do not build reports on a daily base, but try this:
Create a sub query to get the roll up values and then base your calculations on the parent query.
Steps:
Using the “Queries” window in Report Studio
Create a new query “Query 1”
Add your data items to this query
Create a second new query “Query 2” and drag “Query 1” to the right of “Query 2” so that it connects the two queries.
Open now “Query 2” and add the data items needed in the report
Now you can add the calculations to “Query 2” and they will use the already grouped and summarized data from “Query 1”