all groups > sql server reporting services > may 2007 > threads for tuesday may 8
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
How To Run the report on a schedule and save as .html
Posted by IanO at 5/8/2007 6:18:24 PM
Rather than have the SQL Server hit many times during the day when
people look at the report,
I was wondering how to run the report once, at night, and save the
output as html
Then, when users look at the report during the day, they see the
static results of the over night run.
Faster respon... more >>
Dynamic Query with Multi-valued parameter
Posted by Stephanie at 5/8/2007 2:35:02 PM
I'm having problems getting a dynamic query with a multi-valued parameter. I
have a report parameter, defined as multi-value, called deployment_id. I
want to have a dynamic query built with it (because I am eventually going to
also send in a parameter for the WHERE clause).
This works:
S... more >>
Argument Not Specified For parameter 'TruePart' of Public Function
Posted by stacey at 5/8/2007 1:10:00 PM
why am I getting the error "Argument Not Specified For parameter 'TruePart'
of 'Public Function IIf(Expression as Boolean, TruePart as Object, FalsePart
as Object) as Object' from the following textbox expression in reporting
services 2005?
=IIF(Sum(Fields!ElapsedRunSeconds.Value)is Nothing... more >>
Table row created event
Posted by Ryan at 5/8/2007 12:05:24 PM
Hello everyone,
Here is what I would like to accomplish: I have a table on my report.
For every row in this table, I would like a sub-table, whose data
relies on a value in the parent row . . . the only way I can think of
to accomplish this is to have a parameter that is reset on every row
in... more >>
Overwriting text control
Posted by Peter at 5/8/2007 11:56:24 AM
Hello,
Is it possible to overwrite a text control in reporting services, so
that I can add two additional properties to it? If possible, do you
have any links/point to resources?
Thanks
/Peter
... more >>
security/subscriptions problems after moving SSRS db to new server
Posted by lex3001 at 5/8/2007 8:50:00 AM
Both the old and new SQL server versions were SQL 2005 (no SP1) with the same
@@version info.
After backing up and restoring the versions according to the KB article
http://support.microsoft.com/kb/842425, I am getting errors trying to work
with existing subscriptions (new ones are ok):
... more >>
Subreport does not show on server, does on localhost
Posted by GrandiJoos at 5/8/2007 8:07:31 AM
Hi all,
I have a report with a subreport. I also created an aspx page with a
reportviewer that displays the report. In the code I pass a parameter
to the report. The report is located on the MS CRM server where I
created the report for.
Now, when I run the page on my localhost it works fine... more >>
Date - 10 days
Posted by Ryan Mcbee at 5/8/2007 7:38:01 AM
I working on a forecast report where I am pulling a date from a table and the
client wants to grab the date and subtract 10 days from the date.
I tried the expression =date.value-10, but this obviously didn't work.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Print Page Footer
Posted by pedro.geraldes NO[at]SPAM netvisao.pt at 5/8/2007 7:01:13 AM
Is there a way to make the page footer visible only when printing or
exporting to pdf files?
... more >>
Repeat column headers for each row group of matrix
Posted by bjkaledas at 5/8/2007 5:50:00 AM
Hello. I need to have my matrix dynamically create the row group and column
group in my matrix, but I need my dynamic columns to show for each row in the
matrix group for rows.
A B C D E F
B B C D E F
C B C D E F
D B C D E F
E B C D E F
F B C D E F
The horizontal " B C D E F " is the... more >>
grant total for hide duplicate...
Posted by kevintts at 5/8/2007 1:56:02 AM
for my query in dataset after join few tables, i got following data:
ItemNo Area Barcode Total
1 J 12345 15
1 J 2222 15
in report, i use hide duplicate and displayed like:
ItemNo Area Barcode... more >>
problem with parameters in report url
Posted by tvb at 5/8/2007 12:00:00 AM
I'm am trying to produce a report which has a parameter value in its url.
as I understand it
http://reports.server.local/Reports/Pages/Report.aspx?ItemPath=%2fdrift%2fjob_details&job_name=PAPERLESS
should produce the job_details report for the job named "PAPERLESS". but all
I get is the exa... more >>
Printing multivalued parameter
Posted by Stefan at 5/8/2007 12:00:00 AM
Hello
I would like to print all selected labels of a multivalued parameter on a
report. If however all values of the multivalued parameter were selected,
the selected parameters should not appear on the report.
E.g.:
[ ] select all
[X] User 1
[ ] User 2
[X] User 3
-> Users: User... more >>
|