SSRS: Getting a specific value from different rows of a dataset
问题 I'm sitting here, working with SQL Server Reporting Services and I am stuck with the following problem: I have written an SQL Statement which returns for a Client for every day of the year if he was absent or not. So for example the result could look like this: ------------------- | Date | Absent | ------------------- | 01.01. | True | | 02.01. | False | | . | . | | . | . | | 31.12. | False | ------------------- Now for the Report I want to use a Tablix where I have the days as column headers