Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sql server reporting services > september 2005 > threads for wednesday september 21

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

Serious issue with report builder - please help
Posted by Millen at 9/21/2005 11:57:33 PM
Hi everybody, I have been evaluating the usefulness of Report Builder as an Ad-hoc query tool and have come upon a most unpleasant issue: hopefully someone will be able to help and explain whether this is the designed behaviour or this is a bug to be fixed. The problem shows up when interro...more >>

Runningvalue in graph
Posted by Jack Nielsen at 9/21/2005 11:42:21 PM
g:\surround\reportingservice\c5\c5 standard rapporter\Finans rapport.rdl The expression for the chart 'chart1' has a scope parameter that is not valid for RunningValue, RowNumber or Previous. The scope parameter must be set to a string constant that is equal to the name of a containing group w...more >>

Dataset
Posted by Jack Nielsen at 9/21/2005 11:25:27 PM
When I make a dataset as parameter how can I make an ALL value which doesn't select the single values but all values instead. Like Month: all, jan, feb, etc. when I choose all it's supposed to ignore it in the where clause, I tried with case but it didn't work out, any clues on this one ...more >>

Reporting Services Designer problem
Posted by Chris McKenzie at 9/21/2005 5:50:55 PM
I'm having a serious problem with the Reporting Services designer. I have a report with 2 parameters offered as dropdown lists. The first time I go into the designer, I can change the value of the dropdownlists (with some flashing behavior that doesn't make sense) and execute the report. Howev...more >>

Expressions as a field value in a table
Posted by g3kamdbs at 9/21/2005 2:55:04 PM
Is there a way to store an expression inside a table, and have the expression being pulled from the table to execute during run time? I want to dynamically create an expression based on the value of a column of the table. Using the IIF statement will work but it's going to be a very long neste...more >>

How to format numerics with the sign on the right?
Posted by virtualfergy at 9/21/2005 1:25:03 PM
I've got an amount field in a report where I want the values to have the sign (if negative) on the right. But I also want the numbers to line up properly. I can't seem to find a way to format this. In Excel, you'd use a format like #,##0.00_);#,##0.00-. But that does not quite do it in Reporti...more >>

Easy One
Posted by Jerry Spivey at 9/21/2005 12:50:09 PM
Hi, I need to format part of an expression as money. The expression is ="Total Aged Balance : " & SUM(Fields!Invoice_Total.Value). How do I do that? Thanks Jerry ...more >>

Subject: Multi-Parameter select problem with Oracle Database
Posted by Frank at 9/21/2005 12:47:09 PM
We use Oracle database and SQL server 2005 Reporting service Beta2. I made a simple SQL report using query: select sum(spend) from travel_cost where department in (:p_dept) I set parameter p_dept to be Multi-value: dept1 and dept2. When I run report, if I only select dept1 or dept2,...more >>



Page Number in Table?
Posted by Fabian von Romberg at 9/21/2005 11:49:04 AM
Is it posible to put the Globals!PageNumber on a table, I know it gives an error, but is there any work around? Thanks in Advance, Fabian von Romberg...more >>

Fireevent fails - Insufficient Permissions
Posted by Bob at 9/21/2005 11:26:07 AM
When attempting to call the Fireevent method of the reporting service I get "The permissions granted to user 'xxxx' are insufficient for performing this operation." The user in question has the following roles on the folder where the subscriptions and reports exist: "Browser, Content Manage...more >>

textboxes and tables in rpt body not repeating...help
Posted by trint at 9/21/2005 10:47:19 AM
Ok, I have tried for days to get certain textboxes and tables in page body to repeat on multiple page reports...Will not work. Any help is appreciated. Thanks, Trint ...more >>

Exporting in different Formats
Posted by prankster at 9/21/2005 9:45:09 AM
Is there a way to hide the address bar, while exporting the reports to PDF or Excel. Currently when i click export it opens up a new window with the address bar containing the whole URL including the parameters i am passing. ...more >>

Time Format - Export to Excel
Posted by SOPONL at 9/21/2005 9:07:02 AM
I have a field that dislays time (e.g. 11:37 AM). The value of this field is =Fields!Time_Received.Value This works fine and RS displays the correct time values. However, if I export the query to Excel the cell format defaults to Custom and the data displayed is all incorrect. Excel will sh...more >>

Reporting Services/DTS issues
Posted by bmcelhany NO[at]SPAM gmail.com at 9/21/2005 8:53:50 AM
Hello, I have a Reporting Services report that gets exported to Excel. A DTS package (running on SQL-Server 2000) then attemps to import that Excel file into an existing table. Occasionally, I receive the following error: Error Source: Microsoft JET Database Engine Error Description: Exter...more >>

Exporting to Excel
Posted by KO at 9/21/2005 8:21:01 AM
I am having problems exporting to excel. When I try to export a report from the SQL Server Reporting Services website the conditional color formating doesn't come acrost. The nonconditional color formating comes acrost just fine. If I try to export the same report from Visual Studio the for...more >>

Filters ! Filters ! Filters - Cascading parameters
Posted by Prash at 9/21/2005 8:04:13 AM
Hi, I have a table with 100 rows in the following format ------------------------------------------------------ country name state name city name ------------------------------------------------------ USA NY NY USA NJ Newark USA FL Orlando USA FL Miami USA CA LA USA CA SF Ch...more >>

tough one on "equals" operator...help
Posted by trint at 9/21/2005 5:55:58 AM
Ok, This is serious! I have to check for SOLD TO and SHIPPED TO addresses...if they are equal, the SHIPPED TO is left blank. Here is the expression that works great (If they are EXACTLY THE SAME): =IIF(Fields!address.Value = Fields!shippedAddress1.Value,True,False) Here is the problem: We con...more >>

Column Chart
Posted by collie at 9/21/2005 5:49:04 AM
Hi, Is it possible to display the Category Fields diagonally ? Thanks...more >>

case statement
Posted by ter at 9/21/2005 5:16:04 AM
is it possible to use the case statement in the reports.plz give the example thanks...more >>

Custom Data Provider Extension : Request for the permission of typ
Posted by Namwar at 9/21/2005 3:29:03 AM
I have developed my Custom Data Provider extension by using the ample provided by Micorosft Reporting Service. In my extension I am using another thirdpary dll UltEik.dll to fetch informtaion from Ultimus Soaftware. My report is working fine in Designer but when I am deploying it to Repor...more >>

Subscription Button
Posted by mackaycc at 9/21/2005 3:02:02 AM
Hi, When I upload reports to the report server they are displayed with a button along the top named "New Subscription". One of my colleagues does not get this button when he uploads his reports. We would prefer that the button was not available. What is causing this button to show up and...more >>

ODBC datasource / dataset problem
Posted by Don at 9/21/2005 2:58:46 AM
Hi, I'm using the Visual Studio designer to create my RS reports. When I add a new project to the solution, the new project wizard allows me to choose ODBC as the datasource type I want to use. However, I amn't given the ODBC option when I try to add a datasource to an existing project. I wor...more >>

How to get character from string data and put in different textbox
Posted by Darrell at 9/21/2005 2:00:01 AM
Hi, i just created a form using the reporting service and try to fill in one character each in one textbox from a string data field. for example address string "abc def" put "a" in textbox 1, "b" in textbox 2 and so on including the space until all seven textbox filled. Can anyone please a...more >>

Group Expression
Posted by Anishya at 9/21/2005 12:08:19 AM
I have a doubt on group expressions. Can anyone tell me the significance of creating a group in a table where the group on expression is =1? ...more >>

IE cube slice and dice
Posted by Simon at 9/21/2005 12:00:00 AM
Hi, Is is possibe to author a report for distribution over an Intranet using Reporting Services and provide slice and dice functionality to the user in IE? Analysis Services will be used for the Cubes and hopefully Visual Studio for constructing reports. Can this be achieved without lo...more >>

subscripton with parameters reports
Posted by alf at 9/21/2005 12:00:00 AM
hi all We have a reports with parameter but I would like use subcription but is = no avalilabe (is ok. if you want parameter how you use subscription )well = i have a solution use a default parameter.=20 So I would like use Parameter=B4s reports with suscription using default = paramerter ...more >>

Reporting Services Web Services
Posted by Dennis P via SQLMonster.com at 9/21/2005 12:00:00 AM
Has anyone created their own reporting application to work with Reporting Services. We require a good deal of customization of the display (especially the parameters) and I have not had any luck customizing Report Manager to meet our needs. So, I am looking at creating an asp.net page with a us...more >>


DevelopmentNow Blog