I need to generate a report in SRS 2005 based on open tickets.
Current
Query:
SELECT OwnerName, ManagerName, AssigneeName, ticket_ number, problem_status
FROM dbo.summary1
GROUP BY...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2257...
SBS2003 Premium R2
isa2004
sql 2005 workgroup
Im trying to pull some reports from a BCM2007/MOA2007 database shared on the server.
After playing around with creating a VB form I stumbled o...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2269...
I have a matrix that is listed such as:
day1 day2 day3 TOTAL
name 1 4 8 13
name1 2 5 9 16
name 2 3 7 10 20
...
http://www.experts-exchange.com/Database/Miscellaneous/Q_23066678.html
Hi,
Is it possible to display unbound row total in matrix type report?
Can anyone show me how? Perhaps provide a formula/code and/or example?
I wanted it to display total/sum on every row.
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23074709.html
Hi,
If you could see the attached image, there's a lot of space below the report but the height for report display is limited to only a few inches. I already modified the height property of the ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23074...
I need to list all the records in the data set in the group footer in SQL Reporting Services. For example,
my records are
red
black
white
I want to be able to display "red, black, white" in...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23182056.html
Hello,
I have a report that I created on my local machine using VS.NET/SQL Reporting Services. This report has a field that accepts some input from the user. When I execute the report within VS....
http://www.experts-exchange.com/Database/Reporting_/Q_23307973.html
I am creating a report i.e. client side report .rdlc.
I have images in the images folder and need to add that image to the Image Control dyamically. How do I add it . Please suggest..
I am u...
http://www.experts-exchange.com/Database/Reporting_/Q_23398773.html
I have a text box positioned at the bottom of my page that is part of a
list. When the contents of the text box exceed the space provided, it moves
ALL the text to the next page. I would just l...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23406766.html
Hi,
I am generating a report that displays trend data on a week by week basis. I grouped my data set on the completion date by weeks: Format("ww",Fields!Quantity.Value). Now that I have the wee...
http://www.experts-exchange.com/Microsoft/Development/Visual_Studio_Express/Q_23489401.htm...