How to convert to char in sql server
I'm running the code in ssrs that has sql server data source connection.Following is the code snippet of my query,How can I convert the line that is underlined and bold into char in sql server. I also...
View Articleconversion failed when converting date from character string
I have the following code. It is working fine in sql server. However, when I run it in ssrs, I'm getting an error "conversion failed when converting date and/or time from character string."I'm using...
View ArticleHistory Snapshot Reports - Where are they stored?
I am wanting to check that we are backing up sufficient data to restore SQL and have been able to locate most information except for Snapshot Reports. I have located a table in...
View ArticleAdding a detail row when none exist
I initially thought I would not need detail rows in my VS 2008 BIDS report, and deleted them while keeping the group I needed. Now I realize that I do in fact need a detail row. However, no matter how...
View ArticleUsing lookup with iif statement in SSRS
I'm linking the dataset1 with dataset2 using lookup function.Then I want to pass a condition that if country type is E get the fields about 'E' country types else get the field of 'S' country...
View ArticleHow to retrieve all the data group types at the same time in sql server?
I'm running the code in sql server. I'm trying to obtain datagroups A, B, and C at the same time by passing 0 as a parameter for DataNumbers. Following is the code snippet of my query,<
View ArticleSome questions around BI Reporting and the MS BI stack in general
Hi,I have some questions around the Business Intelligence reporting and the Microsoft BI stack in general.I'm looking to focus my career in a particular area as I feel like I'm a 'Jack of all, Master...
View ArticleJasper Smith's SSRS Scripter
Anyone happen to have this tool handy? I used in the past to successfully migrate a 2005 SSRS instance to 2208 R2 and am in a similar boat now. Sadly it looks like www.sqldbatips.com no longer exists...
View Articlessrs reports working differently on server and Local
Hi,I want users to see few reports which they have access, this is working fine when I open SSRS URL on the report server, but when I open the same URL in user local machine, the user can see all...
View ArticleLookup function in ssrs
I'm using the lookup function in ssrs. I have three records in dataset 2. Total population 1, total population 2, and total population 3.I'm using total population to calculate % in my report which is...
View ArticleReport subscription sending duplicates
Hello. I have a report that sends an email to a team on the first of the month from a stored procedure in SQL. This report adds in duplicate records, and I have been trying to figure out why. It's not...
View ArticleHow to hide the time in the date parameter of ssrs report?
I'm calculating the last day of the previous month in the "Report End Date" parameter of my report.Following is the formula I'm using, which is working perfectly fine. The only problem is that this...
View ArticleCustom parameter layout was removed from the report. SQL Server 2014...
Hey all,Anyone have a workaround for solving what appears to be a feature issue with a report? I get the above "Warning" with a yellow triangle that has a black exclamation point in it for my report...
View ArticleHow To install SSRS in Share-Point integration mode on 4 ancillary app servers
I recently received a request here at work to:-- Install Reporting Services (SQL 2014) in SharePoint-integration mode on the 4 SharePoint application servers that will run the Reporting Services...
View Articlessrs migration
I had to do a SSRS migration, I did a back up and restore to migration the SSRS data. Everything is showing up correctly. When I try to run any report i get this error listed below, I made a new...
View ArticleHow to stop execution the report if there is no parameter values inSSRS 2012
I have SSRS report it has Two parameters string parameters (text boxes) 1.SearchByFirstName, 2.SearchByLastNamehow to validate these parameters, i mean when user clicks on view report button it needs...
View ArticleShow pie chart only for the value selected in parameter
I have a pie chart and a parameter @Month. So if i select @Month=Current Month-1 . It should show only March 2018 pie chart. Please help. I am trying the filter but dont know what expression to...
View Articlecustom chart palette not working
Visual Studio 2015 with SQL Server Data Tools 14.0.61707.300I have a bar chart that has category and series groups. If I use one of the built-in palettes the report renders as expected.
View ArticleSSRS Chart issue..Bars dont show up but data does
I have created a column chart in which the data is showing up properly on the x and y axis but, the actual bars dont show up..any idea what the cause might be?? Thanks in advance
View ArticleSSRS 2014 Chart Lines are not showing up in Chart
I have the same issue except my data is already int32 for both of my fields. It is a simple divide of sum(field1)/sum(field2). both field1 and field2 are integers and for the life of me I cannot figure...
View Article