Report Missing from Visual Studio 2008
Hi,I have 3 reports that run in SQL Server Reporting Services HOWEVER when I try to open the report in Visual Studio 2008 to make a change the report it says it could not file the rdl. It looks like...
View ArticleOne or the other parameter to consider
Hello Good Morning,I Have a report in ssrs 2012, I use Visual studio data tools to develop this report. in this report i need to add a parameterwhich is include states or exclude states
View ArticleColor code
How do I color code a cell value based on values.My current condition for this cell isiif((Fields!DBName.Value <> "tempdb" and Fields!State_desc.Value = "ONLINE") AND...
View ArticleDouble Hop issue from a non domain computer
We just offloaded SSRS onto its own machine. Ran into the typical Double hop issues. I verified the SPNs and delegation and everything was peachy from within the domain. However, We have an ASP web...
View ArticleCalcultion done in query not showing in ssrs report.
I'm doing all my calculations in the query, and showing them on ssrs.However, the following calculated field's value is not appearing is ssrs (it's blank). I don't know what could I be doing wrong...
View ArticleSSRS vs Crystal Reports
Does anyone know of a good article (link) out there on the pros & cons of SSRS versus Crystal? I need it because one of the software replacements we're looking at uses Crystal, which we currently...
View ArticleMulti-value parameters in VS 2015 SSRS reports
Just came across a weird problem with VS2015 SSRS reports.Back in the day when I wrote a report in VS2008 with multiple values for aparameter, the value(s) would get passed fine as a comma delimited...
View ArticleSSRS 2012 parameter selection issue
In a production ssrs 2012, there is an option to select students at the school system based upon several parametersthat are cascading parameters prior to the student selection parameter. Basically the...
View ArticleDate display with text format is giving me error in ssrs.
I have the following code which is giving me an error in ssrs. It shows "error" in that text box. I don't understand why.=YEAR(Fields!REPORT_END_DATE.Value) +
View ArticleHow to convert months into weeks
I have to split the first three months into weeks. All the weeks should end on saturday and start on friday.Any suggestions as to how I can accomplish this? Thanks
View ArticleIt is possible to build this type of SSRS report
I was required to build a SSRS sub report using textboxes to show employee payroll deduction information if the dataset field not empty otherwise next non-empty field will be replaced at the location...
View ArticleTwo DataSets, Two aggregates combined
I am struggling to create a report to show statistics on shipments. One data set selects Item#, Order#, Qty. Second Data set selects Ship Date, Item#, Qty. Same tables, but with different group by's. I...
View ArticlePass Multi Value Parameters to SSRS Report Using URL
Hi , I've a URL below with 5 multi select parameters (Branchcode, Branch, Niche, Team & Consultant) and 3 single select parameters (StartDate, EndDate & Structure). My main report has two views...
View ArticleColor Coding
=iif((Fields!DBName.Value <> "tempdb" and Fields!State_desc.Value = "ONLINE") AND IsNothing(Fields!Physical_device_name.Value) AND DateAdd("d", 1, Fields!Last_db_backup_date) < Now(),"Orange",...
View ArticlePower BI publish with SSRS
Hello, Is there a way to publish from Power BI to SSRS report server (without Power BI report server)?As far as I know, only viewing can be performed, but I also need to publish changes to SSRS.Thank you.
View ArticleOutput to PDF and format it so it fits on one page
Having issues with SSRS, outputting to PDF . . . .How can i make it fit on one page?? i really dont want to output to Excel, then PDF . . .thanks Jeff
View ArticleRemoving [To Parent Directory]
Hi I am new field in SSRS in SQL 2008. How to remove To Parent Directory once complete deployed the project. http://Ipaddress/reportserver Example Friday, August 12, 2011 10:29 AM <dir> Data...
View ArticleGroup total based on condition of another dataset.
I have two separate data sets which are coming from different data source due to which I cannot combine them into one. I'm using them in a matrix. The problem is that I don't know how to obtain a row...
View ArticleEmbedding ssrs report in email body
Hi, Can some one help me to embed a SSRS report in email BODY instead of attaching it via subscriptions? Thanks
View ArticleSSRS: Subscription:: data-driven failure
Hello experts, in SSRS 2008 r2, I used to be able to create data-driven subscriptions. As a matter of fact I have quite a few reports with and without existing subscriptions that I can use data-driven...
View Article