Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. djnickwatt

    Report Data Source

    Just a very quick query. I have a report which has a number of DataSets (for creating options for drop downs etc). In Visual Studio 2005 if I want to change the Data Source of the datasets I need to go to each one individually and select the one to use. However, if the report is uploaded to...
  2. djnickwatt

    Matrix - Change background colour of cell depending on...

    That's exactly what I've had to do. In fact what I did was return the recordset with both grades and the value comparison on the row. Meant deciding on the colour was EXTREMELY easy ha ha. Just means the Stored Procedure needs to run an extra select. Aw well, can't have over efficient queries...
  3. djnickwatt

    Matrix - Change background colour of cell depending on...

    Thanks for your reply. Unfortunately the Target and Predicted grade values are not in the same row from the recordset. They are each returned on a different line and then using the matrix grouping displayed next to each other so their field name is actually the same. Therefore I believe this...
  4. djnickwatt

    Matrix - Change background colour of cell depending on...

    Hi I'm pretty new to reporting services but so far have managed to produce plenty of reports using it. However, I have come to a sticking point. I could create a stored procedure in SQL Server to hack together what I want but hopefully someone here can help so I don't have to go down that...

Part and Inventory Search

Back
Top