Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Dynamic report

Author  Topic 

rbohaty
Yak Posting Veteran

71 Posts

Posted - 2005-10-06 : 09:28:37
I would like to create a report based on a query that uses a date field as the trigger for the query (if date is not null). The record also has 14 columns (field1, field2, field3, etc) whose values are either 'missing' (the actual text missing) or null. What I want to do is only display the fields for the record if they contain the word missing. So a sample might look like:

ID
Date
field1 - Missing
field3 - Missing
field7 - missing

ID
Date
field3 - missing

ID
Date
field8 - missing
field11 - missing
field14 - missing

Thanx....
   

- Advertisement -