Trying to add a date parameter in Report Builder 3.0
I have the following code:[code]Select create_timeFrom ticket_historyAs CreateDate[/code]This of course works the way it supposed to and lists every ticket.I need to add a date parameter similar to the...
View Articlessrs report do page break on between 2 expressions
I need to make a change to an ssrs 2008/2010 report based upon how may days delinquent a particular customer is. The information for each letter (report) is obtained from a string field called...
View ArticlePage Break after inserting a Tablix/Matrix
Hi allPlease can someone help me with a very strange problem. I'm very new to SSRS.I have a report in landscape with a header and footer. The page is in Landscape mode.After inserting a matrix which...
View ArticleIs Nothing vs = Nothing
When writing an expression in SSRS 2008 to check for blank values (NULL), is there any difference between Fields!FieldName.Value = Nothing and Fields!FieldName.Value Is Nothing? It seems that i have...
View ArticleColumn Report Page Break
Hi All,In SSRS 08 I have a column report and I would like to have a different page for Series Group, is this possible?[b]Initial design as spreadsheet:[/b]List1:Grouping:...
View ArticleSSRS User permissions.
Can anyone please help me in understanding the security/user requirements to access SSRS reports from SQL and also .Net reporting tool. As of now I am passing a user's credentials from .net system but...
View ArticleCustom sort in SSRS
Hi,I need to custom sort a list of countries populated through SQL code. At the moment, it follows a A-Z sort as follows:AUSTRIABALTICBELGIUMBUFFERCZECH...
View ArticleSharepoint integrated reporting deployment problem
SQL 2012 Sharepoint 2010VS / BIDS 2010 using Integrated mode for SSRS with SharePoint report server url ishttp://XXXdev002/sites/Reports/_vti_bin/ReportServer/reports folder is at...
View ArticleSSRS 2000 Configuration
We had a system failure and I have been asked to rebuild a RS 2000 server that has been around for a long time and has no build doco.There isn't a local install of SQL on the server, so how can I find...
View ArticleSSRS Group Totals - Newbie please help
Hi guys, I am a total newbie when it comes to SSRS and OLAP cubes.I am building an SSRS report on top of an SSAS cube, which in turn pulls data from a data warehouse. The original OLTP is structured...
View ArticleSSRS Report with multiple databases
Hi All,I am still a newbie with SSRS, but I have 6 databases all with the same schema. Right now I know how to build individual reports for each site creating 6 reports with 6 a data sources assigned...
View ArticleSSRS 2008 Export Excel Runtime Error
Dear All, Anyone know what wrong with SSRS or limitation o f SSRS for exporting to EXCEL.. I have report that have more than 257 columns, when i export to excel there is an runtimn Error as shown...
View ArticleSSRS chart filter dataset with series expression
Trying to build a bar graph with multiple series and am not able to specifically select the values I want per series.For the sake of simplicity I'll focus of just 2 series.The image below is not my...
View Articleparameters list: Allow multiple values not working
I have a parameters (drop down list) containing all text values that I built by manually providing the values in Add Values (as opposed to from query). It contains about 10 values (Division).It works....
View ArticleNeed scheduled report to create a Word document for each record, without...
My company wants to start automating some of our customer communications.As a first step, I need to use a daily subscription that will create a form letter for each client based on sales for that day....
View Articlereport on specific data range AND specific account number in dropdown parameter
Hi everyone!Im new to SSRS and have recently built a SQL Server 2012 DB including a table that has all fields I wish to report on.I have successfully created some basic reports in SSRS using Report...
View ArticleSSRS Report fails at random
Hi allWe've got an SSRS report with a subscription that should run and send an email at 8AM every day.I've checked the subscription and everything seems OK in there.On some days, the report fails to...
View ArticleSSRS Report Manager URl prompt for credentials in Firefox
Hi,My SSRS 2008 report manager url works fine in IE after doing settings in Security as Automatic login using current username and password. But whenever I try to access using Firefox , it's prompt for...
View ArticleExpression for Avg of percentages
In SSRS report is column "conversion rate" and on each row a percentage. At bottom of report I need the average of averages and need to handle for rows where no data was available so average was...
View Articlehow to use seperate query to populate 3 values (columns) on one row
what are search terms to use to find a way to append one row of data to a report, using a seperate query?
View Article