I'm building a report in SSRS with TWO separate Datasets.
- One Dataset EXCLUDES some data for a certain date range.
- The Second dataset is only for EXCLUDED data for that date range.
I would like to show the EXCLUDED data on a separate worksheet when exported to Excel.
Both datasets have the same fields and need to take the same date range that will be specified in the code and parameters.
I looked up a few suggestions in previous questions here, but that wouldwork for the SAME single dataset. I don't think it would work for two separate datasets.