all groups > sql server reporting services > december 2004 > threads for tuesday december 14
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
Formula Problem
Posted by John Geddes at 12/14/2004 11:00:45 PM
I get the following error in Report Manager when running a report. The
report runs perfect in visual studio when I preview it.
Reporting Services Error
_____
* An error has occurred during report processing. (rsProcessingAborted)
Get Online Help
* The sort expression for the gro... more >>
guids as query parameters
Posted by andreaandjohn NO[at]SPAM hotmail.com at 12/14/2004 9:37:01 PM
Re-Post
Can somebody advise me if there is a known 'issue' with RS in that it
is best not to try and build parameters that are to be used as Guids?
I am getting:
"Default value or value provided for the report parameter 'year' is
not a valid value"
TIA
My rdl snippet:
<Query>
... more >>
Expression editor (sort of) bug
Posted by Stefan Wrobel at 12/14/2004 6:57:01 PM
I've noticed in the expression editor that pasting rich text (like copied
from a web page) preserves the formatting. This makes stuff look really
screwed up in the expression editor. I noticed this copying stuff from this
newsgroup and pasting it into the expression editor.... more >>
Windows 2003 - authentication dialog when opening report
Posted by x at 12/14/2004 5:06:19 PM
Hi,
After installing RS on Windows 2003, opening RS reports (using Report
Manager or not) pops up an authentication login dialog. How can this be
avoided? We wish to be able to open reports without requiring authentication
... more >>
Combining the DropDown List with Text to select Date inputs
Posted by Michael Black at 12/14/2004 4:59:07 PM
Hi
I have written the following Union Query to Calculate a list of commonly
used dates for use as StartDate Values in my report. I was wondering if it is
possible to allow the date to be manually entered into the parameter field as
well as been able to select the common inputs from a dropdo... more >>
Sort Columns
Posted by John Geddes at 12/14/2004 3:41:47 PM
Is there a way to sort columns dynamically in a table? I have a drill
down table where I would like to give the users the ability to either
click on a button or a click on a column name to dynamically sort by a
specific column.
I used to have three separate tables, each sorted a different ... more >>
Deploy to Server or Open from Server doesn't work
Posted by Alec Hardy at 12/14/2004 3:23:03 PM
Sometimes when a report is deployed after changes, the changes do not show up
on the Reporting Server, however the changes do show up in VS. Changing the
report and deploying again have no affect on the displayed report.
Also, sometimes a report will display one way on the server, but be a
... more >>
Parameters - Dropdown list value to lookup values and pass to sp
Posted by Michael Morisoli at 12/14/2004 2:01:15 PM
I have a simple report where I want to have a dropdown list box that is
populated from a sql query (no problems here).
Then I want to take the value from the selected parameter to lookup another
value in a query, then pass the returned value to a stored procedure as a
parameter.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
formatting a field
Posted by Yoya at 12/14/2004 1:49:04 PM
I'm trying to format a text box color using an expression
= (Field!Name.Value < 0, "Red", "Black") but system send this error
The color expression for the textbox 'Field name' contains an error
[BC30451] name 'Iff' is not declared.
Please let me know what can I do... more >>
Passing Impersonation through the ReportViewer IFrame?
Posted by Matt Swift at 12/14/2004 12:41:57 PM
I am trying to impersonate a user through the web.config of the webapp that
I'm using to view reports. Reports are pulled back through the ReportViewer
object, and so, pulled back through an IFrame.
I impersonate the user which we set up in the report server, so that we can
bypass windows aut... more >>
Date parameter 7 days in advance
Posted by Tango at 12/14/2004 12:29:02 PM
can somebody pls help me with the formula for a datetime parameter that is
say 7 days past today. this will be used as the end date parameter.
my start_date parameter default is =(today)
thanks... more >>
Rotate report
Posted by Dunc at 12/14/2004 12:03:22 PM
I have a report that I'd like to display across the page (as opposed to down
as is default). Can someone tell me if there's any way to rotate a table?
Thanks in advance,
Dunc
... more >>
Value Expression Error [prob newbie error]
Posted by Dunc at 12/14/2004 12:02:22 PM
I have a pretty simple report that uses two data sets; one for header info,
and one for detail info.
In my header, I want to display a concatenated version of the reported-on
user's first name and last name, and am using the expression:
=First(Fields!FirstName.Value, "Header_Info") & " " &
... more >>
Using an expression to determine visibility.
Posted by SummitEMR at 12/14/2004 11:41:05 AM
For some reason the expression for the hidden property of a text box
=iif(Fields!FunctionalResults.value is system.dbnull.value,False,True)
isn't working. It's always not showing up. Anyone tell me what I'm doing
wrong?
Thanks,
David
... more >>
How to use Analysis Services with reporting Services
Posted by Dhar at 12/14/2004 10:59:16 AM
Hi,
How to use Analysis Services with reporting Services?... more >>
Report DateTime Parameters in UK date format
Posted by AdamB at 12/14/2004 10:39:04 AM
I have a report that I've developed that accepts several datetime parameters.
In the Report properties, I've set the report Language to English (United
Kingdom).
I am calling my report via the Web Service from an ASP.Net application. The
ASP.Net application Culture and UICulture are set f... more >>
Word delivery extension in YUKKON?
Posted by Rodrigo Sánchez at 12/14/2004 10:00:58 AM
Does anybody know if the next version of MS Reporting services will include
a way to export directly to word or rtf?
... more >>
Multiple Access databases as data source
Posted by Niklas at 12/14/2004 9:49:02 AM
I've read already a lot of threads, dealing with several databases on
different servers as data source. They all recommend to use linked servers.
But what, if we have to deal with Access databases?... more >>
Can a table, matrix or list produce this?
Posted by Lance at 12/14/2004 9:20:21 AM
I am converting a report from a Clipper application and the existing reports
shows States with some additional information in a format I am finding hard
to reproduce. On first glance the report looks like a simple tabular
format. There are something like 10 rows in the table with 3 columns. Th... more >>
ReportViewer graphics and charts do not display in aspx page
Posted by Laurence at 12/14/2004 9:10:08 AM
Hi,
I'm trying to display a basic report in an aspx page using the ReportViewer
component. The report displays but a graphic and simple chart are not
displayed. It seems like it has had good try because link regions in the
graph do actually work, but no visual chart.
Any ideas!
... more >>
Very Large Report Problem
Posted by Cooper at 12/14/2004 8:27:52 AM
I have a report from a legacy system that I am recreating in Reporting
Services. The report is 6480 pages of information with about 35 rows on
each page and it takes about a good 5-10 minutes to generate the report
in Reporting Services. The real problem occurs when I try to export the
report to... more >>
Conditional table entries and sums
Posted by RPH at 12/14/2004 7:35:03 AM
What I have is 3 columns. The first and second are data from a database, the
third is a conditional difference of the two. That is, column 3 is C1-C2 if
that is > 0, else it is 0.
So I have:
C1 C2 C3
1 2 0
2 1 1
I can get that to work fine, using Iif(). The probl... more >>
Need help getting my table to continue in the next column
Posted by Asmoran at 12/14/2004 7:21:01 AM
I've got a dataset which returns a single field. I've put the field in a
table, and what I want is for that table to display as two columns per page,
instead of just one. Top to bottom, left to right.
How do I do this?
--
... more >>
Can I use Sharepoint (WSS) data in a list as the data source for RS?
Posted by budgenlj NO[at]SPAM willis.com at 12/14/2004 5:08:28 AM
I have a non-complex list of about 20 fields in a WSS site. I want to
use the list as the data source for some reports in reporting
services. Can I do that? If so, how? Will the format be correct? Any
help would be much appreciated........ more >>
Hiding Top Banner In Subscriptions
Posted by Bungle at 12/14/2004 3:02:19 AM
Hi there
Does anyone know how to hide the banner on the top of the subscriptions
page when you are viewing via a URL. I have managed it in the reports
by setting the parameters to false etc but cannot do it in the
subscriptions.
Thanks in advance
Dave
... more >>
Script execution problem
Posted by Soan at 12/14/2004 1:35:03 AM
When I try to execute my script using the rs command i can’t
Generally I use to type:
rs –s http://myServer/reporrserver ; –i myScript.rss
but they are some predefined values that don’t allow me to execute my
command because it tries to look for the server:
htt... more >>
Problem in generating Excel worksheets
Posted by Johnny Chow at 12/14/2004 1:17:03 AM
In the Report Designer, I insert some page breaks after data regions. When
exporting to excel format, the pages are displayed as several worksheets in
the excel. But I found no way to specify the name of worksheet in Report
Designer.Is there any ways to do that?
Thanks.... more >>
export Excel : OmitFormulas
Posted by tonio932 at 12/14/2004 1:09:01 AM
Hi,
The parameter OmitFormulas seem inefficience. All formulas in Report
Designer are transforming to data in Excel and not to formulas.
I'm using SP1 and Excel XP.
Thanks
Tonio (french)... more >>
|