How to get total of top 10 With TIES sales in SSRS.
Hi Everyone,I am taking Top 10 of Sales Volume grouped by Product categories in SSRS 2012. I need the total of these top 10 but it shows the complete total. For this I have used running value inside...
View ArticleGive access to my local report server (Native)
Hi, I'd like to let folks run some reports hosted on a local instance of SSRS 2012.Any tips on where to start?thanks
View ArticleSSRS in Shpt mode server and port#
SSRS configured to run on SharePoint mode on SQL 2012 version. I need to deploy a report on shpt and query a database server against outside the domain server. I am trying to find out which port the...
View ArticleSSRS Group Expressions
Using SSRS, how can I create grouping expressions to be added to a bar chart that would look like this?0-5 days6-10 days11-15 days16+ dayHow do I write the expression?Should I even be a grouping...
View ArticleHow Calculate YTD to get data dynamically
Hi i have one ssrs report from which i have to calculate YTdi wrote below mdx expression but iam getting upto september only how to get upto october dataand if it is december i have to calculate upto...
View ArticleDeployment Basics?
I have my reports designed locally. 2008R2I have a data db and reporting services installed on the target network.--I don't have BIDS or Reporting services configuration services installed (or...
View ArticleDynamic Columns to Tablix
HelloI have a stored procedure which generates data from some X table(this table is an input to the stored procedure at runtime) with some columns(this columns are decided at runtime as input to stored...
View ArticleKerberos Authentication Issues
We are running Sharepoint 2007 on a Windows 2008 server with IIS 7 and SSRS from SQL 2008 in Integrated Mode.We have created SPN's throughout after reading various documents on the subject. We have...
View Article[BC30494] Line is too long
Hello Experts,I need your urgent help on one issue.While modifying one of our big and complex report in SSRS 2008 R2 whenever we insert a new column it shows following error.[b]An unexpected error...
View ArticleAdding multiple detail data rows in SSRS
HiI am in the process of designing a SSRS report using a table as data region and will look something like below:[b]Report Header row e.g. invoice number Detail row 1 header Detail row 1 with data...
View Articlevalue expression calls custom code renders #Error ... sometimes
Hi. Have this custom code in SSRS report which have had in use for ages now...[code="vb"]Public Function cvtSecondToHHMMSS(Second As Integer) As String Dim hr as Integer'Hours can be greater than 24...
View ArticleHow to use Running Value when we are using lookupset to retrieve data from...
Hi i have an ssrs reportWhere i have to calculate YTDi used below expression to retrieve data from other datasets using...
View ArticleMigration from 2008 R2 to 2012
Hello Expert,Can you please help me I need your help on SSRS migration into 2012At the start of this project we have developed reports in SSRS 2005 then migrated into SSRS 2008 R2 during migration we...
View ArticleHow to get TextBox Name from SSRS XML file
Hello Expert,Can you please help me how to can I get the value of Textbox name from report xml?[b]<Textbox Name="t194">[/b]Thanks & Regards,Amit
View ArticleSSRS and SQL data permissions
It's been a while since I setup SSRS and I'm stuck trying to allow access to a report. I setup SSRS to use NETWORK SERVICE and set that account as Server Role: public, User Mapping: public &...
View ArticleExtract emailaddress of Data Driven Subscription from reporting services...
Hi Scenario:One scheduled data driven subscription Email Deliver with TO, CC, ReportFormat, Subject, BodyText and other necessary Report parameters are coming from a Storeprocedure. Question:Is there...
View ArticleFormatting a guage with a date scale.
I have a request for a simple progress bar on an SSRS report. This scale of the progress bar is the starting date through the ending date of a project. This seems to be very simple until I want to...
View ArticleUse SSRS calendar from date field formated as 20141010
Hello,I am using 2008 version of SSRS in my query I have a date field formatted as 20141110, which is November 10, 2014 how can I have the SSRS calendar pick up the date from this formatted field. I am...
View ArticleHow to use Running value in out of the scope
i have an ssrs report in which i have to calculate percentage based on cumulative sum i have revenue which i calculated based on cumulative sum=Switch(Fields!Cost_Head_Name.Value="Revenue",...
View ArticleIndicator Expression
I want to use an expression where the indicator should only select one of the three values as the data has lot of NULLS and I don't want it to use that.Expression=Switch(Fields!Trend.Value = "UP" ,1)...
View Article