all groups > sql server reporting services > may 2007 > threads for thursday may 24
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
One Parameter to Drive Multiple Datasets
Posted by Chris at 5/24/2007 11:50:30 PM
I have three datasets connected to AS2005. They differ in the years
they provide, but the product types need to be selected by the user.
I can't figure out how to have different datasets use the same
parameter selection.
Thank you!
Chris
... more >>
Is there a way to reference the current textbox simular to the "this" keyword???
Posted by Tyler at 5/24/2007 9:07:33 PM
I want to be able to do something like
iif(this.value >= 1, "Green", "Red")
or
iif(textbox3!Value >=1, .....
Is there a well to reference the current textbox for which i am
performing an expression on.
Thanks in advance.
... more >>
Repeat a table X number of times regardless of data availability
Posted by jameswpritchett NO[at]SPAM gmail.com at 5/24/2007 6:17:35 PM
The report I have to create is a Medication Administration Record.
Each page (of a minimum of three pages) must have at least 6 detail
sections.
If the patient upon whom we're reporting only has 3 active medications
to display, I would like to display 3 details sections with the
available dat... more >>
ReportItems! collection only exists on the page that the field was output!!! how can I repeat a field per page
Posted by jameswpritchett NO[at]SPAM gmail.com at 5/24/2007 5:38:52 PM
I've been reading and re-reading the posts concerning placing dataset
fields into headers and footers. I use reporting services 2000. The
best answer I got was the hidden field being referenced in the header
and footer. But what happens if that field exists only on the first
page? I'll tell ... more >>
expression
Posted by brian at 5/24/2007 12:46:03 PM
In RS, is it possible to code an expression so that if a field contains the
word "STAT" that whole row is highlighted in another color? If not, how about
a that field?
I can do it with numeric values, not text.
Thanks. ... more >>
multi-value parameter problem - please help
Posted by Stephanie at 5/24/2007 12:38:03 PM
I get an error (Incorrect syntax near ','.) when I choose more than one value
for any of the multi-valued report parameters in the below query. All
parameters, except scheduled_date and tracking_number, are defined as
multi-value. It may be a problem with strings appending. Any suggestions?... more >>
XML Data Output
Posted by Rob at 5/24/2007 11:42:01 AM
I am using SQL Server Reporting Services 2005. I need to export a report
into a predefined XML format. I have the report exporting almost as I need
it. The issue I can't seem to find a way around is supressing the export of
the "Detail collection name" from a table. This XML tag can be fou... more >>
Conditional Expression
Posted by Ryan Mcbee at 5/24/2007 11:19:02 AM
I have an expression that looks like
this;"=Fields!Quantity.Value-Fields!QuantityAvailable.Value-Fields!QTYONORD.Value"
The field returns fine, but I want negative values to be returned as 0 when
the value is <=0.
Any ideas on how to do this? Would I add a IIF to the expression? Any he... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Check if External Image Url valid/exist
Posted by SL at 5/24/2007 10:47:01 AM
Hi,
I would like to check if the external image url is valid, if it is not valid
i would like to show another external "not available" image from an alternate
url. Any idea how do do it or any function that i can use?
i have added a vb function is the custom code to be called to check if t... more >>
ReportViewerControl and SSRS in Sharepoint Integration Mode
Posted by Jim Plant at 5/24/2007 10:28:02 AM
Hello,
We can embed server reports in .NET applications by using the ReportViewer
control.
Wondering if this still works when SSRS is running in Sharepoint integrated
mode and the reports in question are hosted within Sharepoint?
Thanks for any help,
Jim... more >>
Render an rdl outside of Reporting Services
Posted by ppbedz at 5/24/2007 8:32:01 AM
Does anyone know how I would execute/render a Reporting Services report
(.rdl)outside of Reporting Services? I don't want to create a subscription.
I would like to create a separate job to execute a series of rdls. This job
would most likely be initiated from another As400 job once a month... more >>
SQL Reporting Expressions
Posted by blueboy at 5/24/2007 6:36:12 AM
Hi all im new to SQL reporting i am using visual studio 2005 and i am
trying to do the following
A count of finance term where finance term = 2 years, options are 1
and 2 year
i have tried numerous ways can any one help me?
=Count(Fields!FinanceTerm.Value) = 2 returns "false"
=Count(Fiel... more >>
Syntax not working, proper use of ORs
Posted by Chris Patten at 5/24/2007 6:24:00 AM
The below expression is in the font colour expression. It's not working
100%. The first part of each line works (before the OR), but the OR parts
are not. Am I using the correct syntax for an OR statement?
=IIF(TRIM(Fields!GSArchHeightNWBLeft.Value)="0" OR
TRIM(Fields!GSArchHeightNWBLeft... more >>
Report Designer deletes MDX when opening data tab
Posted by Lars-Erik Aabech at 5/24/2007 12:00:00 AM
Hi!
I've got some problems with a few reports I've made. The MDX queries of the
datasets are quite complex, so I have turned off design mode when working
with them. Of course, design mode won't work anymore, but Report Designer
has understood this until now and disabled design mode when I'v... more >>
Default report layout in Report Builder
Posted by Jaap at 5/24/2007 12:00:00 AM
Hello,
Is it possible to change the default report layout which is used when you
start a new report in Report Builder?
I want e.g. always a logo, datetime and pagenumber in the header or footer.
Regards,
Jaap
... more >>
Report Builder Designer problem
Posted by Jaap at 5/24/2007 12:00:00 AM
Hello,
When I create a new matrix report in the Report Builder, then the height of
the title cell of the dimension on the left of the matrix, is half height.
If you want to see, I have a pdf to illustrate it.
Is this a bug in the designer? Or can I solve this?
Regards,
Jaap
... more >>
|