all groups > sql server reporting services > may 2007 > threads for tuesday may 22
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
Unecxpected results with an IIF statement
Posted by Chris Patten at 5/22/2007 8:21:00 PM
Does the below expression have any syntax errors? It's giving me an "n" when
I am expecting an "o"??
=IIF(TRIM(Fields!ITEMNMBR.Value) = "1000" OR "1003" OR "1006" OR "1009" OR
"1012" OR "1015"
OR "1018" OR "1024" OR "1027" OR "1021" OR "2311" OR "2316" OR "2319" OR
"1030" OR "1033"
OR ... more >>
Machine name works and FQDN fails
Posted by Fred Zilz at 5/22/2007 4:20:00 PM
Short version:
http://machinename/reports works as does http://machinename/reportserver
http://FQDN/reports repeatedly requests authentication and then fails.
Longer version:
Everything was working perfectly. I attempted to change to Sharepoint
integrated mode from native (after giving up o... more >>
Can a parameter act like an Access Combo box?
Posted by Jeff Stroope at 5/22/2007 3:16:00 PM
Hi - Is it possible to configure an SSRS parameter drop down to act like an
Access combo box? The user wants the drop down to auto-complete. Right now,
if the user types "P", the drop down goes to the first item that starts with
P, but then if he types "C", the drop down goes to the first it... more >>
Beginners questions about Reporting Services Admin
Posted by B. Chernick at 5/22/2007 1:59:00 PM
I'm looking at the Properties tab of a report In the Report Manager. If I go
into 'New Role Assignment', I see a 'Group or user name:' textbox.
Do I understand this correctly?: Any name I enter for a new role must match
an existing SQL Server user or group? (If so I would expect some sor... more >>
Need some help with expressions
Posted by tek_1975 NO[at]SPAM yahoo.com at 5/22/2007 1:16:48 PM
I'm pretty much a rookie with this so I'm wondering if someone might
be able to point me in the right direction here..
Here's what I'm using now:
=MonthName(Month(NOW())-1) & ", " & YEAR(NOW()) which displays 'April,
2007'
What I'm trying to do is provide the month,year of the previous
m... more >>
Print Layout Bug: Wrong number of pages listed
Posted by fuzz_ball at 5/22/2007 12:31:10 PM
I've been experiencing this odd bug. I'm running LocalReports, btw.
Anyhow, so a report gets displayed in the viewer and the page
navigation will display "1 of 2" and the right arrow is activated so I
can navigate to the second page. However, if I click on the "Print
Layout" button to see the pr... more >>
sql CASE equivlanet in srs expressions?
Posted by Chris Patten at 5/22/2007 12:17:00 PM
Is there a sql equivalent to CASE in srs expressions? I have a field which
can return a value of 1-10, and based the the value I want to display some
text. I know how to do the case in sql, but would prefer to do it in SRS if
possible as I have about 12 fields like this and don't want sql to... more >>
WHERE x IN(@y)...containing 20+ values as a parameter selected at report runtime crashes report
Posted by SETHD at 5/22/2007 12:12:17 PM
We are attempting to create a report with a dataset that contains an
IN List in the where clause (Seel SQL Below). The query runs perfectly
in the query design mode. However, trying to preview the report will
never return results. During the testing we've found that our "IN"
List Where clause wi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Create SRS Reports against Sharepoint
Posted by Adam St. Pierre at 5/22/2007 11:40:00 AM
Hello, everyone!
Being new to SRS and Sharepoint, I was wondering:
Are there any walkthroughs or guides that can show me how to create an SRS
Report that displays data from a Sharepoint site?
For example, if I have a list on some site, and I want to run a report in
SRS to simply display... more >>
VB App calling report URL to render in Excel
Posted by Sangeetha at 5/22/2007 10:49:01 AM
Hello,
We are having a VB application and we call the reports using URL and passing
parameters to render in Excel Format. This opens an IE browser minimised and
pop-up with a File Download Dialog box.
User would like to avoid this File Download Dialog and always "Open" the
Excel file direct... more >>
Check for existence of specific value in a dataset
Posted by Stephanie at 5/22/2007 10:42:01 AM
How do I check for the existence of a specific value in a column in a
dataset? For example, I have 'dataset' with 'columnA' and I want to find out
if ANY row in that dataset has a 'columnA' of value 'valueA'. Seems simple
but I'm having trouble. Thanks.
Stephanie... more >>
Report Parameter Dataset Running Twice?
Posted by DigHazuse at 5/22/2007 9:59:01 AM
Hi,
I have a DDL Report Parameter tied to a Dataset.
When I go to view the Report in RS the Dataset is run to populate the
Parameter, but it also seems to run the Dataset when I hit the View Report
button.
I don't have the Dataset tied to anything except the Report Parameter.
Is t... more >>
Access Reporting Web Service from a remote computer
Posted by shub at 5/22/2007 8:47:00 AM
I just installed SQL Server 2005 and reporting services in my home
computer (XP). From a different computer in my basement connected via
peer to peer network I am able to connect to SQL Server installed in
the computer upstairs byusing a SQL Server login.
I have installed only the client comp... more >>
Adding ALL to a query.
Posted by Scott Burke at 5/22/2007 7:09:00 AM
Ok I have a parameter on a report.
It list all the Agencys we have.
The person who runs the report selects all the agencies they wont on the
report.
THE PROBLEM:::
There are over 400 agencies!!!!!!!
This is what I wont to do.
I wont to add "ALL*" to the query after it creates the agencie... more >>
Setting the Parameter Location
Posted by vscarberry NO[at]SPAM virtualsails.net at 5/22/2007 6:20:13 AM
Hi,
Does any one know if there is a way to set the location of the
parameter on stand alone SRS reporting? I have numerous reports with
numerous parameters and the parameters are all crunched together when
rendered to the screen. At times they are hard to read and use the
space provided ineff... more >>
How to remove new line characters?
Posted by Chris Patten at 5/22/2007 6:10:01 AM
I want to display the example record below in a text box without the hard
returns. How can I strip them out so the record displays in one nice line?
The hard return shows as a sqaure box in the sql table, however it does not
paste into this web form. Imagine a sqaure box at the end of each ... more >>
Report Server Windows Service (MSSQLSERVER)
Posted by ck at 5/22/2007 2:57:01 AM
I'm really stuck and I'm not sure what I'm supposed to do!?
I've started receiving the following error in my SBS2003 R2 SP2 server
performance report.
Source: Report Server Windows Service (MSSQLSERVER)
Event ID: 120
Total Occurrences: *2
The report server cannot decrypt the symmetric k... more >>
|