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 > december 2005 > threads for monday december 12

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

Named Query and Global Variables
Posted by WillG at 12/12/2005 10:11:01 PM
Hello, I want to filter records right in the Data Source View. I did a "Replace Table with new Named Query" but how can I get it to filter records by User!UserID? Thanks, -Will ...more >>


Aggregate scoping on AVG function
Posted by Ken Fayal at 12/12/2005 2:25:03 PM
Hello, I have a report with the following structure in a table: table1_Group1 Header table1_Group2 Header Detail Record: =Fields!X.Value table1_Group2 Footer =Avg(Fields!X.Value) table1_Group1 Footer =Avg(Fields!X.Value, "table1_Group2") In the table1_Group1 Footer, I want t...more >>

multiple instances install
Posted by Billy at 12/12/2005 2:24:03 PM
Is it possible to install multiple instances of RS on one server? if so, how do I do that? The reason for needing this is that I have two groups of customers. One group should be authenticated through Active Directory, while another group should use cookies for authentication (they are auth...more >>

Hiding Duplicate Records
Posted by Mike Collins at 12/12/2005 1:53:03 PM
Is it possible to output records in a dataset while not showing the duplicates. The dataset that I am using returns records like the following. title1; problem1; associateddata1 title1; problem1; associateddata2 title2; problem2; associateddata1 Even though first two rows do not look like...more >>

FORMAT ISSUE... what to do?
Posted by sorcerdon NO[at]SPAM gmail.com at 12/12/2005 1:19:42 PM
Hey, I have a little format issue with Excel 2003: I am working in reporting services - creating a report. The SQL store procedure returns a date with the following format: MM/DD/YYYY HH:MM PM/AM In my report on that perticular text field I have the following format: dd/mm/yyyy H...more >>

RS2005 drops parameter mapping in data tab
Posted by MrGrumpy at 12/12/2005 1:12:02 PM
I have been creating some reports with RS2005, and encountered an odd problem: Going into the data tab, I can edit my data set, and see that my parameters are properly mapped. Leaving 'edit', I click on 'Refresh Fields', and instead of being prompted for the 4 parameters I expect to see, the...more >>

Scatter Chart Not Respecting Scale Boundaries.
Posted by kkarlin at 12/12/2005 1:09:05 PM
I have developed a scatter chart and have set bot the the x-axis and y-axis scales manually. However neither the minimum nor the maximum are being respected. I am not trying anything complicated, just trying to set some blank space around the plotted data so that the plot points don't go right...more >>

Import Word Docs
Posted by Greg Rowland at 12/12/2005 1:00:14 PM
Is there away to import a Word Doc or Template in to Report services? Thanx in advance, Greg ...more >>



Error when no recordset returned
Posted by Mike Collins at 12/12/2005 12:18:01 PM
I get the following error for five of my fields on my report when no recordset is returned. They all happen to be items that are being pulled from another table. So it seems that if there are no IDs to link to the other table, I get this error. Can anyone tell me how I can get around this to s...more >>

Sorting in a defined way
Posted by TroyS at 12/12/2005 10:40:20 AM
I have a dataset and i need to order the results in a particular way which is neither asc/desc or numeric In the dataset, i have a particular column with the following values: Active Not Active Completed Cancelled I want to sort in the order as noted above. Is there a way to specifiy to s...more >>

Report Builder / Report Models
Posted by yinjennytam NO[at]SPAM newsgroup.nospam at 12/12/2005 10:39:02 AM
We would like to support Report Builder / Report Models in our application, and we know that Report models are generated from SQL Server relational or Analysis Services multidimensional databases. Based on our superficial understandings of report models, it seems that we should be able to cre...more >>

ad-hoc query printing
Posted by yinjennytam NO[at]SPAM newsgroup.nospam at 12/12/2005 10:36:04 AM
Based on the tutorial in http://msdn2.microsoft.com/en-us/library/ms170667.aspx We have a prototype that works with our custom data extension in Reporting Services 2005 such that we can generate a report based on a given query text. Right now in order to view a report, we always publish the...more >>

form authentication
Posted by ken lee at 12/12/2005 9:45:48 AM
Is ther any way to make form authentication with using standard edition instead of using reporting service enterprise edition. I currently use 2000 sql server standard and reporting service standard edition. ...more >>

XML File as the Datasource
Posted by dillig at 12/12/2005 9:42:02 AM
Can Reporting Services use an XML File as the Datasource for the report?...more >>

Reports Won't Print
Posted by msmolarek NO[at]SPAM community.nospam at 12/12/2005 9:02:08 AM
I posted before w/ no reply from someone from MS... trying again... Hello, We have never been able to get the printing to work on any of our reports using SQL Server Reporting Services SP2. During the time we have been fighting to get this to work we had added on the SP, so we totally r...more >>

Unable to connect to database
Posted by CSQL at 12/12/2005 8:35:05 AM
MS SQL Server 2000 Developer XP SP 2 laptop Visual Basic .Net MS .Net Framework 1.1 MS development Environment 2003 SQL Server Report Designer V8.00.743.00 When I go to Tools - Connect Database - Fill out the credentials for my server. Test connection - Test Connection succeeded. Click ...more >>

RS 2005 with remote catalog on SQL 2000?
Posted by Scott - LBI at 12/12/2005 7:59:03 AM
We currently have a box running with RS 2000 and a separate box running SQL 2000 containing our report catalog. Is it possbile to have a mixed mode? The box our catalog is stored on is on a huge cluster and we are not prepared to migrate it yet....more >>

Scheduling
Posted by catalyst at 12/12/2005 5:21:02 AM
Hi there I have uploaded some reports to our reporting services server, however I want to be able to have them emailed to clients outside the network at the end of each week, Can you explain how to do this? Regards Tim...more >>

Passing a dataset as a parameter?
Posted by dillig at 12/12/2005 5:09:02 AM
Can you build a dataset in a web application and send it as a parameter through the report viewer control and have reporting services use this dataset as the binding dataset for your table in Reporting Services? IF so, can you help me or direct me to some article that will show me how to do ...more >>

Selected Index Dropdown List
Posted by assadf at 12/12/2005 3:56:03 AM
Hi all, I have two Report Parameters: StartDate and EndDate, each of which pulls values from a dataset. My question is, Is there a Selected Index property (similar to ASP.NET dropdown lists) in RS? I want to be able to get the 2nd Item value in the StartDate dropdown list (The first i...more >>

Data Extension Parameters
Posted by MikeD at 12/12/2005 3:50:02 AM
Hi, I've implemented a data extension to use a custom business class to return a dataset. This all works fine but I cannot seem to get parameters working. Has anyone got any code snippets of creating parameters and the parameters being available at run-time & design time. All the exampl...more >>

columns containing percantage values
Posted by mickmack at 12/12/2005 12:14:50 AM
Hi, I am a newbie in reporting services with a pretty easy question. How can display percentage values of a column depending of the column sum? Example: _______________________________________________ row1 3 30% row2 5 50% row3 2 20% _______________ sum 10...more >>


DevelopmentNow Blog