Displaying Reports by Productname and Region
Hi all, Please see example for more detailsI got 3 different tables and my query is Select Productaname, Sum(sales), Region from t1 inner join t2 inner join 3 group by productname, regionI'm getting...
View ArticleNot able to deploy the report
Hi Firends,I am just a beginner in report service. I am trying to deploy a report. But i get the messages below."Error 1 The permissions granted to user 'Domain\user' are insufficient for performing...
View ArticleUnable to connect to SSRS reports using DNS alias
Hi all,I'm currently working for a customer that is looking to connect to their production SSRS instance using a new load balanced VIP with associated DNS alias rather than the use the SQL cluster...
View ArticleSlide/Angle in Horizontal Axis
I am trying to view the weeks in the X axis , but since there are many , I want to put them in an angle. How can I achieve this in Report Builder 3.0 ( Bar Char)
View Articlemulti-selection option control does not work
Hello,I'm developing a report project in Visual Studio 2008. I suppose this is "Report Designer" and not SSRS. However, the look and feel between the two is very similar.Does the multi-selection option...
View ArticleFormat a Date to "DD/MM", e.g.3/11 instead of 3/11/2014
Hello,The column has dates, a letter "Y", and some blank fields. I tried an expression as below and it shows an error and previewed.[code="sql"]=iif(isnothing(Fields!BB_Delivers_BOM.Value), "N/A",...
View ArticleSUPER URGENT HELP: Configuring SQL Reporting Services
Hi All,I’ve been having a terrible time trying to get Reporting Services to configure. It was working previously and after a week of googling, nothing worked. So I did the dramatic thing and...
View ArticleModify default value of gauge label?
I have a gauge with a label containing the value from a column in the dataset the gauge is based upon. Sometimes there won't be a value for a particular row. I'm passing the name of a person in from...
View ArticleLookup
Can two datasets refer the same Lookup.Somehow , I am trying to access data from the two different datasets to the same lookup.One data set pulls up the correct data but the other one does not return...
View ArticleHow to display in the report
i have a table 'X' in my sql server which has [b]name[/b] and [b]status[/b] fields and I need to generate a report from that query in which i need to display likeName, count(Status1),Count(status2)...
View ArticleSum
I am trying to Display the 3 values =SUM(IIF(Fields!Employee.Value = "FullTime",1,0),"Production") --- This will give the sum of Fulltime employees= SUM(IIF(Fields!Employee.Value =...
View Articlessrs using embedded graphics that change like a rollover in javascript
In a new ssrs 2008 r2 or ssrs 2012 report application, I want to add some graphics tothe report(s). I know that you can embedded a graphic in the ssrs report. However I would like to be able to do one...
View ArticleReporting services 2012 Report Manager menu url not using HTTPS
I have recently set up a new instance of SQL Server Reporting Services 2012. ( I would have posted this in Reporting Services 2012 Administration but i did not see that) I have it running and am in the...
View ArticleLine chart not showing multiple series data
I have a line graph chart which should display either a single or multiple series. It has three variables which can be set - these variables allow selection of single or multiple values.When I run the...
View ArticleSSRS report manager not rendering charts
We have built out a new report server using SQL 2012. After deploying our new and old reports to this server, charts are not rendering. It doesn't matter whether viewing reports in a browser or...
View ArticleIs SSRS RDL maintenance dependent on the version of BIDS that created it?
I know this is true: To create or maintain an SSIS package, you must use the version of BIDS for that package. Eg. If an SSIS Pkg was developed in SQL 2005 BIDS, you must use SQL 2005 BIDS to maintain...
View ArticleIndicators for Text
I need to show a Green Indicator if Fieldname!Status.Value is "Yes" and Red for No, How can I achieve this?
View Article12 Months Rolliing Table in SSRS
Hi all,I need your help. I am trying to create rolling month table in SSRS report but I don’t know I where I am going badly. May be because of I am new learner in SSRS.Below is my dataset & I...
View ArticleHow to Get the Custom Created Field in the Expression
I have a report having fields A, B, C,D A and B are from the data set ,Value of C is A+BD is percentage of AHow can i get the custom added Field C in the expression of D ,so that i can calculate...
View ArticleInstallation - Create a new report server database
I am configuring Reporting Services 2008 R2and I am following the instructions from my predecessor.In the SSRS Configuration Manager, I am supposed to Select the "Change Database" and Create a new...
View Article