Same values displayed twice in a report
-
Friday, February 15, 2013 2:28 PM
Hi,
I have a report with a dataset and the results grouped by type, a different table for each type. I have one summary table where I need to display 2 rows from other tables, so basically I need to display two result rows twice in the same report. How could I do that? I'm using SSRS 2008R2.
Thank you!
All Replies
-
Monday, February 18, 2013 4:05 PM
You can get the value of a textbox using this expression:
=ReportItems!textbox1.Value
You can add this expression to (ex: textbox2), which will always refer to the value of textbox1.
- Proposed As Answer by Mike YinMicrosoft Contingent Staff, Moderator Tuesday, February 19, 2013 7:31 AM
- Marked As Answer by Mike YinMicrosoft Contingent Staff, Moderator Sunday, February 24, 2013 5:01 PM
-
Monday, February 25, 2013 9:27 AMThat is exactly what I need. Thank you so much!

