InternalCatalogException in Reporting Services 2008 - no reports rendering
Hi all,We've had an unexpected outage on two of our reporting services server overnight and we're hoping someone can point us in the right direction. We have a Windows Server 2008 machine running...
View ArticleRepeat column headers works except after export to excel
I am exporting my RDL report to Excel. I want the column headers to be at the top of each page and to freeze when scrolling.I have seen a lot of post around the tablix properties and advanced mode.I...
View Articleexpression error
hi=iif(Fields!gender.Value = "1","M", Fields!gender.Value = "2","F","U")i am using this expression ,but its gives me error
View ArticleIIF Statement on Time
Hello peopleI'm trying to write an IIF statement that returns a string depending on the timee.gIIF(currentTime between 02.00 and 06.00, "Process time", "Process not running")I know the syntax is wrong,...
View ArticlePoor Performance when using Report Viewer Control, Report runs fine in Report...
Hi we are experiencing a performance issue when a report is being run within the Report Viewer Control in ASP.NET. We are using the report viewer in Remote mode.We are using SQL Server 2008 R2, Visual...
View ArticleProblems with Tablix elements when i executing a report.
Hello everyone. I have some problem with a report and i need help. I make a report with many tablix elements inside. Every Tablix has connect with a DataSet (some Tablix with a own DataSet, and others...
View ArticleFetchXML based SSRS report deployment error
Hi Guys, I am submitting a little problem I am unable to solve. Maybe it will help somebody in the future..I am working with BIDS 2008 and Dynamics CRM 2011.I just developed a FetchXML-based report...
View ArticleSSRS any expression breaks report
I have a master report with a sub report on it I put the expression (for testing purposes) into Visibility =IIF(1+1=2,true,false)...as far as I can see this should make the sub report visible. the...
View ArticleMicrosoft Report Designer: Undocumented Error
Hi all, I am working with asp.net reporting using RDLC file. Everything was working fine but now when I add a new dataset, an error occurs.Undocumented Error.Could not load file or assembly...
View ArticleDateTime field shows Date and Time in Visual Studio, but only Date in Report...
I have a Dimension with DateTime field which shows Date and Time when browsing the dimension in Visual Studio.But when I execute the query in Query Builder, it only shows the Date in Report Builder...
View Articlemanaging SSRS 2012 Service Application in Sharepoint 2013 returs internal...
Hello At first ...Sorry for my not very well EnglishI Installed SQL Reporting services 2012 service with sharepoint 2013 ... and started it with succesI followed the microsoft's procedure -->...
View ArticleSSRS 2008 R2 - Report Using List to Loop Doesn't Generate in SSRS for Larger...
In SSRS, I have a report that is contained within a List Item. The report is looped for each student that is selected. The theory is for a principal to select his school and grade level, to create the...
View ArticleCase statement issue in MDX query....?
With MEMBER [Measures].[Week4] AS ( [Measures].[Teu], [Date].[Week].CurrentMember.Lag(3) ) MEMBER [Measures].[Week3] AS ( [Measures].[Teu], [Date].[Week].CurrentMember.Lag(2) ) MEMBER...
View ArticleHow to get result from two calculated members comparision..?
Hi.., I created two calculated members., Name 1.Reference period and 2.analysis period.., based on measure value.,I am getting two set of results when i run them sepearatly..,I need help...
View ArticleSorting Expression
The X-axis which is displayed is not sorted properly. 2007-2008 is a string. And when I convert Fields!CurrentMonth.value as CDATE(Fields!CurrentMonth.value ), I am getting error as cannot...
View ArticleMultivalue paramater not working when single value selected
Hi,I am using Teradata as Database. I have a multivalue parameter. In my Query i have mapped this paramtere as:K.REGION IN (@P_Region)The issue is when i select multiple values it works fine, but i...
View ArticleRSViewerPage.aspx and POST
Hi guys,i am currently working on a solution that calls reports running in a SharePoint-Integrated SSRS from an external application therefore i built a HTML form where users can select some parameters...
View Articlehow to combine group? rows if same contact
hi all, i have the following t-sql querySELECT FilteredContact.contactid, FilteredContact.fullname, FilteredContact.birthdate, FilteredConnection.record2roleidname, FilteredConnection.record1idname...
View ArticleHow to report SQL users connections
Hello,I'm trying to figure out how can we report "who" connects to databases on a SQL server? Is there a standard report or tool I use to create this type of auditing?Thank you so much for your...
View Article