"Failed to load expression host assembly" when rendering local report
I am getting the error "Failed to load expression host assembly" when rendering a local report using report viewer. My report is in a folder called Reports, which exists in a class library. I call the...
View ArticleDetermining blank records in a group in ssrs 2005
I have a requirement that if a particular field in a record is blank, then all similar fields in all the records for the group must be also be blank. How can I check for this and blank out the fields?
View ArticleConvert a Crystal Report formula
In Crystal, I can create an If/then statement in a formula. For example: if{Product.Product_Line} like ["05A11*","05A12*","05A13*","05A31*","05A32*","05A33*"] THEN "KITCHEN" ELSE...
View ArticleSSRS 2008 R2 - Split String and Put Each Value in New Row of Tablix
Thanks for the help in advance. I have a string in a column that is formatted thus: 1;#Dog;#5;#Cat;#8;#Blue Belly Bird;#10;#Big Moose;#16;#Cow I need to split the string and place each string value in...
View ArticleInner and Outer Aggregate
Hi, I have the following code and need to somehow to do this calculation: =Sum(Last(Fields!DIFFERENCE.Value))-Sum(First(Fields!DIFFERENCE.Value))Any suggestions? Any help would be appreciated! Dan
View ArticleFixed Table
Hi, I have created a report in SSRS that needs code behind that makes it STAY PUT. There's no way in SSRS to make this happen without code, and I'm a beginner with VB. Can someone please help or point...
View ArticleInstallation is not initialized
Instance 1: Report Server Name: MSSQLSERVER Symptom 1 Open report Server configuration Manager Start Report server Select Web Server URL Click URL Error Message: Http 404 Not found Means: Internet...
View ArticleMultiplying fields with conditions in SQL Server Management Studio
I am getting an error message "near mileage". Any ideas? This looks like the last big problem with this procedure. WHERE qryFieldVoucherPersonnel.PersNum=[FDMI] AND...
View ArticleReport Builder 3.0 Group By expression
Hi everyone! Could you please shed some light on the following: when I create a table in Report Builder 3.0 I group rows on the field "TaskName". For example: Original table has the following list: 1....
View ArticleStored procedure does not prompt for parameters and hence does not refresh...
I stumbled on a rather VERY VERY annoying problem here. I am using SQL server 2008 SSRS. I have a stored procedure that is not returning anything for my fields. The refresh fields button does not ask...
View ArticleSubtotal Averages in SSRS
Attached is a screen-shot. I need to take the results in row group [Sum(Amt_Borrowed)] and display the average of those results in [Avg(Amt_Borro). Any suggestions?
View Articlesaving rdl report to pdf
I created an rdl that creates a 3 page report. On page 2 there are some 10 tablix with one row each. I have set an expression for the row visibility and Row Group visibility in each tablix to avoid...
View ArticleDelivering/Installing/Deploying 2008 SSRS Reports - Best method
I need to deliver about 100 reports to different clients. The usual method is using Install Shield to create a .msi package. I am considering rsscripter. I am curious if there are any other programs or...
View ArticleAggregate as Custom Code
Hi, I have the following code for an expression to find the difference between two rows of data: Last(Fields!amount.value) - First(Fields!amount.value) I would like to find the sum of the expression...
View ArticleUsing two dataset totals for one calculation
Hey everyone, I have two datasets that retrieve my information that are independent from one another since I am unsure how to combine them together. The first dataset gives me totals for...
View ArticleSSRS totals, average
Hello, I'm trying to avgerage off total and the avg isn't working. AVG(SUM(IIF(fields!totala.value>="2",1,0)*fields!amountb.value))*-1 the though behind this is. if there are 2 transaction total the...
View ArticleSSRS Difference between two hourly rows
I have a table that looks like this: Unique Value Date Time Stamp 3004605 4142499.2246927984 8/20/2012 3:00:06 PM 3004533 4142499.2246927854 8/20/2012 2:00:05 PM 3004422 4142499.2246927765 8/20/2012...
View ArticleHow to get Time Difference between two dates in report viewer 2010
column_A column_B column_C A 10.07.2012 17:47:01 0:0:0 A 13.07.2012 13:45:03 19:58:01 <--here need for 05:58:02 A 17.07.2012 10:26:39 20:41:36 <---Here I need 6:43:38 and using...
View ArticleUsing Running Value on Expression
Hi, I have a table with the column being month, the row being the fiscal year(2012 and 2011), and the value is the sum amount. I added a row below named "Difference" and made the expression...
View ArticleSSRS 2008 Noninteractive Logon with a datasource
I'm having a problem running some reports on a SSRS 2008 server. I'm using a shared datasource that connects to the a database (to extract data for the reports) and uses a "Credentials stored securely...
View Article