Install MS SQL server 2008 R2 on top of MS SQL Server 2008
Hi,In our project Machine MS SQL server 2008 standard is installed. Now I want to install/overwirte the exisiting version with MS SQL server 2008 R2 64 bit standard. Now question are1. Is it possible...
View Articleis the LAG func supported in sql server 2012 compact
I am getting the "OVER" not supported Error with the following sql when trying to use the LAG function to get the both the adj_close value and the adj_close value from the previous row ( day)...
View ArticleSSRS 2008 r2 pass parameter values from report to report
In a SSRS 2008 r2 dashboard, the user can click on various links to jump to various ssrs reports that are on the report server. When this occurs I would like to be able to pass the 'same' parameters...
View Articlessrs 2008 r2 export to excel issue on report server
In an SSRS 2008 R2 report, I have the following expression on the 'Hidden' property on the Tablixes where I do not want the headings exported to EXCEL or PDF.=IIF(Globals!RenderFormat.Name = "EXCEL" OR...
View ArticleOverwrite parameter default value
Hi Forum,I am using a report for management and several departments. A parameter (Department) is a multi-value parameter and used without default value, so Management can choose all departments.The...
View ArticleUse Access Services web table as SSRS data source
I'm curious if it's possible to use Access Services web tables as a data source for SSRS reports.Access Services appears as an option in the drop-down for Data Source Type when I create a new Report...
View ArticleFailure sending mail: The specified string is not in the form required for an...
Hi,I am getting "Failure sending mail: The specified string is not in the form required for an e-mail address.Mail will not be "resent.Its SSRS 2012 . SMTP server is Lotus notes server .I can...
View ArticleDate Diff between 2 variables that are in different data sets?
Greetings,<o:p></o:p>I am using SSRS 2012 (Report Builder 3.0) to create a report. I need to find the difference in days between 2 date columns in the report. The admission date is a field...
View ArticleWant to remove option from the parameter dropdown in SSRS 2008 report
Hello,For one of the parameters in SSRS 2008 report, I have <ALL> in the drop down list because the list is too big and (Select All) was not able to process it. So the dataset looks like...
View Articleneed group variable in page header
Hi,I am building a report in Visual Studio 2008 SSRS. The detail rows are grouped by the values of a particular column: let's call it "Station Number." There is a page break after each group, and so...
View ArticleAlternate to nested lookup (3 datasets)? Report Builder 3.0
I just found out I cannot do a nested lookup but how do I display a value from a 3rd dataset based on of my 1st lookup expression between dataset#1 & 2? For example: The tablix1 is based on...
View Articleconvert into a if statement
Hello all newbie to SSRS,I have a crystal formula that I need converted to SSRS. What is the best solution for the expression? Do I keep it as a if statement or does SSRS use a different function? Any...
View ArticleDisplay Image From FTP Server folder in the reportviewer and FTP folder Has...
I have Ftp folder named Uploads and have images , also have the path of it in my database in table called Images_tabi need to display image in RDLC report i have to try this link but this link is use...
View ArticleUnable to download SQL Report Viewer Redistributable SP1
I need to support apps that require the Report Viewer 2008 SP1 redistributable. I've tried downloading fromhttp://www.microsoft.com/en-us/download/confirmation.aspx?id=3841 but the download page times...
View ArticlePowerview Cannot connect to the server due to a security issue. The server...
Hello,I have a sharepoint 2010 sp1 CU Dec 2011 server with a SQL Server 2012 SP1 CU4 reporting services instance. I am able to open Power View and use it normally when bypassing the ISA Reverse Proxy...
View ArticleHow to set different Go To Action Bookmark on each Chart Sections in SSRS
I have implemented 2 charts (Pie and Bar charts). I wanted to make the report interactive as possible so I wanted to implement the Go To Bookmark on the charts. However, the Go To Bookmark only allows...
View ArticleColor expression error - Operator '=' is not defined for types...
Hi all,I am trying to set the Color property on a text box based on a KPI status indicator returned from an SSAS KPI.My expression is:=Iif(Fields!Orders_DIFOT_Percentage_Status_ = -1, "Red",...
View ArticleBarcodes in SSRS
Hi,Is there a facility in SSRS for generating barcodes, i need to generate a barcode for my report - any suggestions on how i can incorporate this into my report.ThanksRebekah
View ArticleFilter by current date (week) but then being able to go x amount of week
hello alli have a table which i can filter the results to show this weeks additions =DATEADD("d", 1 - DATEPART(DateInterval.WeekDay, Today(),FirstDayOfWeek.Monday), Today())and =DATEADD("d", 7 -...
View ArticleSQL Server limit on the number of multivalue parameter selections?
I have over a 1,000 possible selections for the parameter in the SSRS 2008 R2 (integrated mode) report.One is an "all offices" option which equates in logic to the "select all" option -- works fine by...
View Article