Group by Month
I used to be the go-to-guy for SQL and SSRS in another life. But alas, I'm now manager who rarely gets to write queries or build reports. So the answer to this simple question escapes me and I can't...
View Articlesaving variable from a stored proc
Is it possible to replicate this code from a stored procedure in a SSRS dataset?exec @dtEffective = dbo.selUpdEnv 'PrevBusDt','=',@cdUser,'N'What I'm trying to do is save the effective date in a...
View ArticleChange color of text by value
hi, im making a report with Report Builder and im trying to change the color of a text when the value changes for example if the value is - TOP RAIL, BOTTOM RAIL, MID RAIL, MID RAIL 1, MID RAIL 2 the...
View ArticleFilter a Matrix
Is it possible to filter a matrix so that if a value is over a certain amount the whole row will not show?For exampleVZW West Build Plan
View Articlepercentage symbol for top value
Display percentage symbol for Top value in ssrs column chart
View ArticlePrompt for Windows Authentication when accessing report folders/reports
So there is a lot of talk of turning off the prompt for accessing reports, I want to turn it on.Right now we have a report that users can access via Windows Authentication (the data source of the...
View ArticleHow can i solve the error: 'An expression of no-boolean type....
i'm getting the error: An expression on non-Boolean type specified in a context where a condition is expected. I have a report with multiple matrix with different RowGrouping. e.g matrix 1 is grouped...
View ArticleSSRS - Downloaded word slow to update
Experts,I need help,on SQL 2012 SSRS report - after a report is downloaded as word format , updating a simple text inside the word document and saving it takes longer time than usual.why is it slower...
View ArticleCustom Templates using Report Builder - SQL 2012 and 2016
Hi allWe want to put a custom template together to save a lot of time and keep our reports looking uniform.I've created the template and saved it on my local drive but I can't see how to get it to...
View ArticleAutomating Email Addresses
Is there a way to automatically pull in Email addresses into SSRS instead of manually entering them in for each subscription? IF not, does anyone know of another tool that will allow custom...
View ArticleSubscription failed for more than 10 days, then disable and Delete the...
Requirement: Subscription failed for more than 10 days, then disable and Delete the SubscriptionI found script something like this..select c.Name as ReportName, s.EventType, s.Description as
View Articlecombining two tables.
I obtaining information from one main table to retrieve employees and spouses, and display the fields in my report. I'm counting employees and spouses based on different scenarios or grouping. I'm...
View ArticleMerge PDFs in an RDL
Wondering if this is possible...In our software we have a varying list of pdf files that are uploaded by customer, our customer has asked if we can pull and merge all these together into one PDF and we...
View ArticleThe version of the report server database is either in a format that is not...
we are getting the following when we updated from SQL 2012 SP2 to SQL 2012 SP3 [quote]The version of the report server database is either in a format that is not valid, or it cannot be read. The found...
View ArticleParameter Help with Free text or drop down
Hi Guys,Need help. I created a SSRS report for the user to user(s) can insert or update records in the Config table.The First Parameter has to drop down option and values are "Insert, Update" What I...
View Articlewill Visual Studio 2010 work with SSRS 2012 Report Server?
All of my SSRS reports are currently on 2005 (develeoped on Visual Studio 2005). I just got access to a SSRS 2012 Report Server. I also installed SQL Server 2012 client tools and it installed Visual...
View Articleremove blank or empty page
I have two tables the first table every time gets data, a 2nd table has data is optional and it will display on a 2nd page; My problem is if 2nd table not has data and exporting into PDF it getting a...
View ArticleExport to Excel error with OverrideNames
Using the information posted found at Export to Excel I have managed to update the reportserver.config file to pr
View ArticleColumns Order in XML output of SSRS report
Hello Good Morning All,I have a SSRS report which need to output in xml format,in this report i have a tablis whioch contains ssn, city, state, zip columns after i run this report and save as xml then...
View ArticleReport design where number of columns is unknown
Hi, I have a query based on pivot and dynamic SQL that results in the number of columns returned being unknown.How can I use this within SSRS to produce a report with an unknown number of columns.Not...
View Article