SQL 2008 R2 SSRS Installation Fails with "Invalid Class"
Hello, I've tried installing SQL reporting services several times but I always get an invalid class error during the installation. I have uninstalled all .net framework and vs but i still receive the...
View ArticleDuplicate PARAMETER values in SSRS Report
Hi All, I created a report in SSRS and the report has over 2000 records and i'm trying to set a paramter based on a CUSTOMER NAME. There are only 12 customers and i want to see these 12 customers only...
View ArticleSSRS 2008R2 Out of memory error
Hi All, I have a report which renders 10000 records. The sql behind the report takes 2 seconds in the MS to run. In the report also its quick, but the problem arises when i add the GROUP BY. I right...
View Articlessrs 2008r2 temp table for parameter with muilt selection set
In my store procedure i declare my parameters and added temp table for 1 parameter. when i select more then 1 item from the drop down menu only the first one is showing up. I notice when i change my...
View Articlessrs ssas sum wrong value
AS you can see the total is not the sum of the columns and i don't know why. They're =sum(fields!qtt.value) and they are grouped by the year, and before that by organization. Any clue? When i browse...
View ArticleHow can I show built-in Markers in a custom text Expr?
I'm using Reporting Services 2008 to show a Line Chart. The chart just shows data ranging between 0 and 100. To be fancy however, I have used custom Expr to change the Markers that appear when the...
View ArticleDATEDIFF QUERY IN TABLE
I AM HAVING TABLE NAME PERSONAL IN THAT I AM HAVING TWO COLUMNS NAME DATE OF BIRTH (DOB) AND DATE OF ENROLLMENT(DOE). NOW I WANT TO TAKE OUT ACTUAL DIFFERENCE BETWEEN THE TWO COLUMN FOR EXAMPLE:- DOB...
View ArticleFont/letter spacing issue when printing from SSRS 2008 report page
We are developing reports in SSRS 2008. When printing from the SSRS report page, we are seeing that that some text is "clumping" together or spaced oddly. I have tried a variety of printers so it's...
View Articlecalculate business day between two dates
Hi Guys I need the count of business days between two dates Date1, Date2 i need the count only business day (exclude sartuday&sunday) If date1 is null or nothing i need to pass 0 If date2 is...
View ArticleHow to pass parameter in query designer when in operator is chose
When I am selecting the operator as 'in' in query designer form, Parameter box is becoming invisible. I need to pass a parameter for WorkItem.IterationPath which has got multiple values. Please let me...
View Articlecount rows function in calculated field
Hi everyone, I want to create a calculated field which divides a field "Qty" by the count of rows for that dataset i.e. (Qty/Count of the Dataset) i.e. I gave my expression as...
View ArticleIntermittent error running SSRS reports from SharePoint 2010 - The request...
I have spent hours troubleshooting this issue. There are numerous posts about 401.1 errors using SSRS in integrated mode with SharePoint however none of them address an intermittent issue like ours....
View ArticleSSRS 2005/2008 Error handling
I have an SSRS Report that generates an error when there are no rows retturned to a report. This report has a variety of user selectable parameters. In also has a parmeter that is used to populate a...
View ArticleThe ConnectionString property has not been initialized
SQL Server 2008 R2 developers edition / Visual Studio 2008 running on Windows 7 64 bit box. Created a report with embedded data source. Works fine. Plublished report. Can view report in browser just...
View Articlemerge data from multiple rows into one in SSRS
Hi everyone- I am new to SSRS and MDX and am struggling with a problem. I have a dataset in SSRS 2008 R2 and here is my requirement. I have dimensions like Country, Sales ID, Region, Sales From Date,...
View ArticleSSRS Report Barcode is not scanning with a Scanner
Hi All, I created an SSRS report which has a Barcode field . The font which i used for the barcode is "Code 3 de 9" . When i tried to scan the Barcode after printing , its is not getting scanned ....
View ArticleConditional DrillDown report with most column data on the grouped by level
We currently have a report that shows details of purchase orders, which looks something like this: <table> <tr> <td>PO Number</td> <td>PO Status</td>...
View ArticleNeed Help on SSRS SPLIT function
Hi All I need your advice, 1) I have a dynamic string which changes each time. for example today the string will be "ItemA,ItemB,ItemC" and tomorrow it will be "itemA,ItemB" only. 2) I have an SSRS...
View ArticleNeed solution on Report Parameters enable
Hi, I have created SSRS report ,It has 2 parameters(Like Type and View ). When i Preview the report , the Type parameter display two values(ex: A and B) in dropdown,when i select A the second parameter...
View ArticleMonth with no data missing in Line chart or Sparkline
Hi, Developed a SSRS report where we need to show the monthy Trend. There are orgs which do not carry data for all months, hence to capture such month and show 0 against them, used CTE to generate a...
View Article