all groups > sql server reporting services > may 2007 > threads for monday may 7
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Integraged to Sharepoint mode, credential problems
Posted by ShirleyH at 5/7/2007 1:50:00 PM
I think I have Sharepoint and Reporting services correctly installed to use
windows trusted accounts, (using domain Active Directory logins, but not
Kerberos).
While writing my report, I designed the data set to use windows
authentication (instead of a SQL Server authentication).
From ... more >>
make drop-down checkbox wider
Posted by Stephanie at 5/7/2007 12:05:00 PM
Is there a way to make my drop-down checkbox wider? I have a label that is a
concatenation of several fields and I'd like the user to be able to see all
of the data in a row.
Thanks!
Stephanie... more >>
Referring to subreport fields from main (container) report....
Posted by mattyseltz at 5/7/2007 11:24:00 AM
All--
Is it possible, from within the context of a main report that contains
several subreports, to write code in the main report that refers to field
values within one or more of the contained subreports? (I would like to
display totals in the main report that are sums of quantities displ... more >>
Dynamic conditional report parameters error. SQL Server 2005 SSRS
Posted by Jay at 5/7/2007 10:15:24 AM
Given the following dataset:
="Select * " &
"From pat " &
"WHERE (pattype IN (@pattype)) " &
"AND (facility IN (@facility)) " &
IIf(Parameters!fromdate.Value <> "","", "AND fromdate = " &
CDate(Parameters!fromdate.Value)) &
"Order By pattype,facility"
I am trying to dynami... more >>
Stepping through a SP
Posted by Michael C at 5/7/2007 10:05:01 AM
Is there any way to step through a stored procedure so I can see what is
happening? I want to be able to step through like I do in VB so I can see
what is happening at each line of code (and where its failing!). Thanks in
advance.
Michael... more >>
Help With Report That Shows Late Sales Orders
Posted by Damon Johnson at 5/7/2007 8:50:00 AM
Hello Everyone,
I'm running SQL Server Reporting Services on SQL2005 SE. The data for the
reports is coming from a SQL 2000 EE database. All running on Server 2003.
I've been asked to create a report that shows all sales orders that are past
thier due date. I'm having some difficulty in comi... more >>
Exporting to Excel
Posted by Chris at 5/7/2007 8:45:02 AM
I've created several reports in VS2005 and have deployed them to my RS.
I would like each one of these reports to be a seperate worksheet in an
Excel workbook.
Is it possible to Export multiple reports as seperate worksheets to one
Excel workbook??
Thanks
--
Chris... more >>
Parameter w/ 1 value vs. multiple values
Posted by Stephanie at 5/7/2007 7:40:04 AM
I have written a series of related reports and subreports that all are geared
toward a single "order", i.e. WHERE order_id = @order_id (order_id is an
integer in the database). Now I've been asked to make the reports workable
for a combined group of orders as well, i.e. WHERE order_id IN (???... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Multi-language
Posted by Edgar at 5/7/2007 6:23:00 AM
In my current project I have to deal with a multi-language reporting
scenario. The same report needs to be available in multiple languages.
The report object and the text box object have a very promising property
called: language. I hoped this would give me the same unctionality like the
l... more >>
Set format to a date parameter
Posted by GeVa at 5/7/2007 5:55:00 AM
I have created a Report which a date parameter. I want to have the dutch
format (dd/MM/yyyy). So I set the browser to [nl]. The first time I start the
browser the datepicker is in english and in the format is in MM/dd/yyyy. The
next time I see the dutch names of the days of the week en the for... more >>
Conditional Formatting
Posted by (jason NO[at]SPAM junkiesplace.net) at 5/7/2007 12:00:00 AM
I have a matrix report that has rows grouped by year, by period, and
columns grouped by sales office.
I would like to conditionally format the b/g colour of the data
values so that if for example period 1 sales in 2007 were less than
period 1 sales in 2006, the b/g would be red.
I have don... more >>
|