all groups > sql server reporting services > december 2005 > threads for friday december 2
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
Looking for a Reporting Tools
Posted by IT at 12/2/2005 9:37:01 PM
Has anyone used Intelliview? Is there any website comparing it with RS?... more >>
RunningValue funtion doesn't seem to work with a chart data region
Posted by john at 12/2/2005 3:25:02 PM
I am trying to build a chart where on of the data values represents a running
total. I also created a table data region to show the tablular
representation of the chart data.
The running value function requires a scope parameter representing the
group. I specify the name of the category g... more >>
Data-Driven Subscription not appearing
Posted by Sanjeev at 12/2/2005 3:03:24 PM
Hi All,
When I click on a report in report manager, and go to subscriptions only a
Normal Subscription Oprion appears.
The Data-Driven Subscription does not appear.
Is there an otion to make this visible somewhere.?
Thanks
Sanjeev
... more >>
Local report from local dataset
Posted by Victor at 12/2/2005 3:01:01 PM
Hi,
I have some experience with RS 2000, but just started 2005.
I am trying to incorporate reports into my application using report viewer,
no server.
I will report from the data set that I created inside of my app. It is also
possible that based on user's input some fields can be suppressed... more >>
date input parameter
Posted by kmatth007 at 12/2/2005 3:00:03 PM
I have user who are entering startdate and enddate parameters. How can I make
sure that the date the enter is in the mm/dd/yy format? Usally you do this
with javascript. Or can I just do something where I can check the length of
the field.
--
kmatth007... more >>
need all visual studio for use Reporting Services??
Posted by TIago at 12/2/2005 2:20:02 PM
need all visual studio for use Reporting Services??
I thing, need only visual basic... more >>
is this basic syntax correct?
Posted by Immy at 12/2/2005 12:29:18 PM
Hi all,
I am trying to perform what would seem to be a very simple conditional check
but it never works!
I always end up with an empty value.
=SUM(IIF(Fields!Ticket.Value = 'Student', Fields!Quantity.Value =0,
Fields!Quantity.Value))
What I am hoping for in the result is that if there is... more >>
Can Reporting Server do this?
Posted by Zean Smith at 12/2/2005 11:50:14 AM
I have a simple database see below and I would like the outcome group by
month with subtotal. How do I write the query and then use Reporting Server
to genereate a report like the following?
Data in database:
------------------
Datetime Amount
1/1/2005 1400
1/1/2005 1600
2/1/2... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
outlook web access - weird
Posted by chicagoclone at 12/2/2005 11:06:03 AM
I have subscriptions setup to deliver reports in PDF format to users email
address. No problem there. When the email is opened in the Outlook client,
the attachment appears as expected and can be opened. The problem is when
the user accesses their email using Outlook web access (OWA). The ... more >>
Report Viewer Question
Posted by Wayne Wengert at 12/2/2005 8:04:49 AM
I am using rs on a SQL 2000 DB and have an application built using VWDE 2005
to display reports. I installed the ReportViewer control and set the
appropriate URL and report path. When I open the page, I first get a popup
to enter the password (is there a way to avoid this?) and then I get what... more >>
Caching a report with parameters
Posted by Niall at 12/2/2005 5:35:04 AM
I have two reports one with no parameters and one with two parameters that
uses a data source with credentials stored.
When I try and setup caching for these reports I cannot for the one with
parameters. I get an error:"Credentials used to run this report are not
stored" even though they ar... more >>
How could I modify it as MDX Parameter?
Posted by Angi at 12/2/2005 12:00:00 AM
Hi,
I have a MDX syntax as follow
select
[Measures].[Amount] on columns,
[XX03Buyer] on rows
from cubeef
where [XX01Product].[XX01Product].&[2212]
and want to change .&[2212] as Parameter,
that I can select Product code like 2200, 2211.
So, how should I do?
Than... more >>
|