all groups > sql server reporting services > march 2005 > threads for thursday march 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
bring percentage(%) value to the chart's
Posted by kanchana Eramudugoda via SQLMonster.com at 3/24/2005 11:36:29 PM
I have a calculated field in my data table as a percentage(%) value. This %
value is with in a group called "year". My chart is consists of data group
by year. How can bring this value to my chart?
--
Message posted via http://www.sqlmonster.com... more >>
where to install RS when I have 2 servers...
Posted by Jéjé at 3/24/2005 6:28:26 PM
Hi,
I have to prepare a deployment plan for a data warehouse solution which
include this:
* 1 Data warehouse server (SQL Server 2000) for a 32 gb database / 4
processors
* 1 OLAP Server (Analysis Services) / 2 processors
My reports target the database himself, the olap cubes are here for... more >>
TOP N Error in SQL
Posted by Andy Jones at 3/24/2005 5:29:04 PM
I am trying to select the top n of a result where the date is a parameter
and the top n needs to be a parameter. I keep getting an ado error on my sql
query. Can someone tell me what I am doing wrong? I would appreciate it.
Thanks in advance.
if @Topn = ' '
BEGIN
SELECT Defects.Def... more >>
How to set permissions...
Posted by Scott M at 3/24/2005 3:57:35 PM
I want to set permissions for a report via the SOAP interface. Is there a
way to do it?
Is there another way?
Thanks
Scott
... more >>
Dynamic Query using Web Services
Posted by David Gardner at 3/24/2005 3:53:03 PM
I am accessing a report via the RS Web Service. The report is based on a
stored procedure that looks like this:
exec documents_loaded '@begindate', '@enddate'
I would like to change the parameters of the stored procedure in my VB.net
application through the webservice. Any direction on w... more >>
weird permissions issue reprise...
Posted by Brian at 3/24/2005 3:42:24 PM
REPOST: I posted this a while ago and no one responded...I still can't
get it to work so I thought I'd try again. Thanks in advance!
Hey,
I've got the following folder structure that I'm working with.
\Transaction Reports
\Application 1 (contains reports linked from Transaction Reports)... more >>
Not associated with a trusted SQL Server connection
Posted by sejoonpark at 3/24/2005 3:23:02 PM
Hello,
I am trying to install Reporting Services on Windows 2003 server(web box)
which is not on domain. Everything goes fine until it tried to create
Reporting database on a remote SQL 2000 server(db box) which is on domain.
I've searched, searched and searched. No luck so far.
Th exa... more >>
Is Locking Table width possible with dynamic columns?
Posted by Matt at 3/24/2005 3:04:35 PM
Hi,
I wonder if this is a wishlist as after a few trials, I can't get the
behaviour I want so I suspect the behaviour is not there yet.
Essentially, I have a table which I want two views.
to stay at a fixed width as I dynamically show/hide a columns depending on
the value of a parameter.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PDF Export Problem
Posted by dlausch at 3/24/2005 2:37:02 PM
I've noticed a formatting problem when exporting a report to PDF format (i.e.
the report spans over two pages rather than the just one page as shown in
report manager) at a client's site. The client does not have SRS SP 2 beta
installed. However, we do have SP 2 beta installed in our home offi... more >>
Can Reporting Services talk to an Essbase Cube?
Posted by dlong at 3/24/2005 2:11:03 PM
Can Reporting Services talk to XMLA ?
Has anyone done this before ?
Doug... more >>
Maximum Character Number?
Posted by Bruno Miranda at 3/24/2005 1:57:02 PM
I wrote a long query and pasted it on the Data portion under Command Type:
Text.
I notice that I can not past to whole query and that it's cutting it at
about 32,299 characters...
Is this the limit? Or can I change that somewhere?... more >>
multilingual
Posted by zitus at 3/24/2005 1:45:05 PM
What is the best way to create multilingual reports?
Other than creating another instance of the RDL file...
... more >>
collapse / expand
Posted by zitus at 3/24/2005 1:43:11 PM
I have a report layout :
PRODUCT GROUP {textbox1}
PRODUCT CODE {textbox2}
<each intervention> Labour , Material
SUM LABOUR {textbox3}, SUM MATERIAL {textbox4} ( sum
according to product )
SUM LABOUR, SUM MA... more >>
PDF report with embedded url links not working
Posted by Neil Gould at 3/24/2005 1:21:02 PM
I'm creating a pdf report that includes links to other reports. I've tried
both navigation by url and by report but neither results in the links being
'hot'.
Is there another way or a switch to get this to work?
Thanks,
Neil... more >>
SRS Export to EXCEL problem
Posted by gowens NO[at]SPAM nixonpeabody.com at 3/24/2005 1:13:18 PM
When attempting to export a SQL Reporting Services SP1 report to EXCEL
in my production environment I'm getting the following exception:
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException
was thrown. (rrRenderingError) Get Online Help
Exception of type
Mic... more >>
Open Reports from Web Pages
Posted by Kris at 3/24/2005 12:41:04 PM
Is it possible with SQL Reporting Serivces to open reports from a link on a
web page and not open them from the folder view area? To clarify, can I make
it so a user clicks on a button/hyperlink in vb.net and it opens the report
in another window without seeing anything else?
... more >>
The problem of SQL Server translate RS parameters data type
Posted by angi at 3/24/2005 12:15:31 PM
Hi,
I have a sql syntax executes on query anlayzer and report server, the
execution time: query analzyer uses 5 seconds but reporting service needs
3-5 minutes!
So I use SQL Profiler to trace the sql executes on report server, the trace
result found it uses exec sp_executesql and the part of ... more >>
show new stores in my report
Posted by Oliver Dithmer at 3/24/2005 12:01:04 PM
i have a problem: I have a report and use a mdx code :
SELECT
{Hierarchize({{UNION({UNION({UNION({UNION({UNION({UNION({[Measures].[Store
Invoice]},{[Measures].[Supply Time]})},{[Measures].[Units
Ordered]})},{[Measures].[Units Shipped]})},{[Measures].[Warehouse
Cost]})},{[Measures].[Wareho... more >>
PDF Document Security
Posted by Carlos Selonke at 3/24/2005 11:17:08 AM
Hello
Is it possible to specify the attributes of the PDF Document Security when
rendering a report to PDF?
If it is possible how to do It?
Thanks
--
Carlos Eduardo Selonke de Souza
http://carlos.geekbunker.org... more >>
Embedded Images not working
Posted by SR at 3/24/2005 11:10:34 AM
I'm having no luck with Embedded images once a report has been deployed.
Anyone have this working? What am I missing?
I have simply added an embedded image, and used a image control to display
it. The image is a small one. Of course it works just fine within the
development preview.
... more >>
Cannot connect to report server database
Posted by Malkesh Sheth via SQLMonster.com at 3/24/2005 10:22:59 AM
Hi,
My reportserver machine is in network and i'm developing
the report thru my workstation.
While i'm deploying the report the message appears
"Can not connect to reportserver database.A connection with
reportserver database is required for processing."
Whats should i do to overcome this prob... more >>
Generic Error in GDI+
Posted by cvmark84 at 3/24/2005 10:01:08 AM
I started getting the above error when I try to preview a report in .NET
2003. I can open the reports and edit them just fine, but not preview. I have
tried to create a blank report with no data and no object on the report, I
still get the error. I reloaded my machine this morning and still ge... more >>
Page Numbers by Group
Posted by Michael McGroarty at 3/24/2005 9:57:10 AM
I have created a report that is generated statewide, grouped by district. I
would like to display page numbers within each group and perferably total
pages in group (Page X of Y). Any suggestions?
Thanks!
Mike... more >>
Insufficient Permission, Confusion about Security
Posted by JeffW at 3/24/2005 9:08:11 AM
Have a specific problem and a more general request for info.
I can view our reports through the Report Manager either on the host
server or from my development browser. However, when I try to invoke
the Service Render function to generate PDF, I get a permissions error:
Microsoft.ReportingS... more >>
Formatting Recursive Data
Posted by dillig at 3/24/2005 8:21:01 AM
I have a recursive report and I want to change the color of the data based on
the level its in . So I want the parent to be blue and each child to be red. ... more >>
HOWTO: Landscape Sub-Reports
Posted by Chris Walls at 3/24/2005 8:09:07 AM
I have a report, that in addition to its own components, has several
sub-reports. This report will ultimately be published via PDF. The report
and many sub-reports have an page orientation of portrait, but I have a few
that need to be landscape.
For formatting purposes, we are putting eac... more >>
Stored Proc vs. Ugly SQL
Posted by Bassist695 at 3/24/2005 5:47:03 AM
I HATE writing stored procedures. I'd much rather write straight SQL with
parameters. However, I need to loop a query for a range of dates, so is there
any other way to do it than in a stored procedure?
What do you call the code used to populate a dataset when it looks like
="SELECT car_typ... more >>
Change Parameter Input Field Type
Posted by troutbum at 3/24/2005 4:45:02 AM
I would like to change the parameter Textbox to a multi-line textbox for a
particular string parameter. I have already investigated all the visual
studio options, so I think that there must be a code change. Any help would
be appreciated.
Thanks
AuSable Brown Trout... more >>
Login prompt when exporting report
Posted by Franc v/d Westelaken at 3/24/2005 1:24:33 AM
Hi,
when I want to export a report which takes some time to generate,
Reporting comes with a login prompt to the server hosting the reports.
If I enter a valid user name and password, it continues, but after a
while it prompts again. After entering credentials I get a 'you are
not allowed to ... more >>
|