Quantcast
Channel: Questions in topic: "report-builder3"
Viewing all articles
Browse latest Browse all 19

How to reference dynamic group values for row group total line values

$
0
0
Re-posting question as original was just a link. Looking to find out if dynamic total line values can be referenced for row group total line values... I have a dataset structure as below ![alt text][1] That produces a report with the following Matrix ![alt text][2] Has both Row grouping on CVTeam and UserID and Column Grouping on StstusKey I can reference and format the columns of the row grouping on the UseriD fields by using this snippet of Expression …….. IIf(Fields!StatusKey.Value = "Occupancy" or Fields!StatusKey.Value = "Customer Ready" or Fields!StatusKey.Value = "Quality Score" or Fields!StatusKey.Value like "Variance*" or Fields!StatusKey.Value like "FCR*" or Fields!StatusKey.Value = "SDA FCR Target" or Fields!StatusKey.Value = "First Contact Resolution" or Fields!StatusKey.Value = "Utilization", IIF(Fields!StateDuration.Value = 0," ", Format(Fields!StateDuration.Value,"P2")), BTW, this produces over 60+ columns dynamically by building a result set with a query MY problem is with the Total line of the row grouping for CVTeam. Again , I can reference each column with the above expression code and get the right totals by straight sum of the StateDuration field but need to reference the Sums of two or more columns and do some simple math and have that as the Line group total for a specific column . For example the summed UserID value for Fields!StatusKey.Value = “FCR” divided by the summed UserID value for Fields!StatusKey.Value = “Incidents” to be put into the cell for Fields!StatusKey.Value = “First Contact Resolution” on the total line. For the UserID line , the “First Contact Resolution” is computed inside the query and just displayed (see above expression). I need to reference the total line cells to compute it correctly for the CVTeam grouping. Can this be done? Hope I phrased this correctly, only been using ReportBulder3.0 for 3 months. [1]: /storage/temp/3515-ds.png [2]: /storage/temp/3516-matrix.png

Viewing all articles
Browse latest Browse all 19

Trending Articles