SQL Server Reporting Services (SSRS) is server-based report generator from Microsoft. It provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization, as well as programming features that enable you to extend and customize your ...
0
votes
2answers
40 views
Conditional reporting in SSRS
I have a SSRS 2008 sever running in native mode. I'm trying to figure out if the following is possible and if so, how to do it. I would like to have a scheduled subscription that only generates a ...
0
votes
2answers
33 views
How can I write expression to take an subtraction of two fields in ssrs?
I'm working on SSRS report.
There are two main fields CurrentMV and PreviousMV.
field CurrentMV having expression =Sum(Fields!CurrentMV.Value)
field PreviousMV having expression ...
-1
votes
0answers
25 views
Expression to set property of text box in SSRS
I need to change the Can Grow property of my text box in SSRS, using the value of a parameter passed to SSRS. But I do not know where to put the expression value as there is only
True or False.
...
1
vote
1answer
36 views
How do I use Previous function in SSRS
I'm working on SSRS report.
There are two main fields CurrentMV and PreviousMV
both are having there different formulas but I need to change field PreviousMV to take a value of CurrentMV but previous ...
0
votes
1answer
16 views
ssrs calculate share % devide by total of column
I've got a matrix in ssrs:
CustName MonthSales Share %
ABC 1000 50%
DEF 500 25%
GHI 500 25%
Total 2000 100%
So ...
0
votes
1answer
77 views
How to specify group in RunningValue function in SQL Server Reporting Services?
I have a data set with the following fields:
Serialnumber, Dateofpayment, Paymentamount, Sourcecode and Campaign.
My data has only two campaign types, BS12 and BS13.
I'm trying to plot a running ...
0
votes
0answers
145 views
SSRS / MySQL / Stored Procedure with parameters through ODBC
We are using SQL Server 2012 and MySQL 6 and though I can write a SQL statement directly in the Dataset window, I cannot seem to get a MySQL Stored Procedure to work by passing parameters via CALL:
...
0
votes
1answer
83 views
SSRS MVC - Report Rendering Blank Page
I have implemented the ReportViewer in MVC. The only problem I'm having is that it renders a blank page. The toolbar is there, and the loading icon flashes for a second, but only a blank page is ...
0
votes
1answer
55 views
Query returns different number of rows when used in an SSRS report
My query returns 6 rows when run on production server. But when the same query is used to build SSRS report, it returns only the first 2 rows of the data when run in production. I have been trying to ...
0
votes
1answer
27 views
Microsoft Report Builder TSQL query issue
I have written the following TSQL query and am running it within Microsoft Report Builder. My issue is one portion is not working correctly. Any information would be very helpful. Thanks.
Note - ...
0
votes
0answers
30 views
SSRS Export of multiple tables to csv with second table below first
I have a report that has 2 tables pulling from 2 data sets. The report prints as such where A and B depict the 2 sections:
A,I,DATE,INVOICE,....
A,I,DATE,INVOICE,....
...
0
votes
0answers
52 views
There is already an open DataReader associated with this Command which must be closed first SQL Reporting Services
I am getting the 'already an open DataReader associated with this Command which must be closed first'. I have enabled MARS but I still get the error. I'm using SQL server 2005 and I'm doing this ...
1
vote
1answer
48 views
What is the difference between a click through and a drill through report in ssrs?
I was asked this question yesterday and I didn't know the answer. I'm a total ssrs noob so if you could explain it thoroughly that would be helpful.
What is the difference between a click through and ...
0
votes
1answer
33 views
SSRS : Fiscal Grouping
I need to group within my SSRS report by Fiscal Week, Month and Year. I'm having the user select a date then referencing a created table that houses the fiscal week, month year etc. for that calendar ...
0
votes
1answer
41 views
SSRS date issue
I have a query that is used in SSRS that reports summary and detail from a view in SQL Server 2008. The problem I am having is that I cannot get the date range to calculate correctly. This is the ...
0
votes
1answer
9 views
Can't access deployed report
I am working with SSRS on a windows 2008R2 installation and the report seems to have deployed but when I try to access the report I keep receiving, 'user' does not have required permissions. Verify ...
1
vote
1answer
32 views
Cannot a select query fields in Report Builder 3.0
The following is the query that I have entered in the Report Builder Dataset. However, I can only see the variables for first Select * from #Temp and not the variables from the second select ...
0
votes
1answer
61 views
Column Color Change issue in SSRS
I have an issue here with a column operation. I have 2 DrillDown s for this particular Table.I have a column which returns 1 (Flag) on a particular date. This is the detailed row.
Now , on top of ...
-1
votes
2answers
45 views
SQL Query randomly stopped working?
I have an SQL query that provides information for an SSRS report. The report stopped working today and I've checked the query and its not working either. I cant see anything wrong with the query but ...
0
votes
1answer
23 views
How to find only failed user details in SSRS 2008 R2?
I want to find only failed user details, but the below query is giving duplicate records. I am not able to find a proper solution.
To find failed job details I'm using the below query:
select * from ...
0
votes
1answer
25 views
SQL Server Report Builder Page Details Format
I have a report done in MS Access 2010 which when opened displays data which is grouped into two groups (items of type A and items of type B).
The items of type B is exponentially more than the items ...
1
vote
1answer
56 views
Hide Column in SSRS
I am using SSRS 2012, and Excel 2010, I want to hide a column when Exporting to Excel, after looking through some of the forums it seems the best way to do this is by going to the Column or Text box ...
2
votes
1answer
47 views
Clickthrough links not working in snapshot of linked report
I have a linked report, which is running fine. It is cached, there is a cache refresh-plan, that all works fine. But I would like to use it as a snapshot. So I enabled 'Render this report from a ...
1
vote
1answer
23 views
SSRS scheduling - time change issue
I have come upon with an issue for scheduling in SSRS. For instance, if I was to set a start time of a schedule to be at 8:00am from the client (in DST), SSRS will save it as 7:00am of the SSRS ...
0
votes
0answers
35 views
Problems setting HttpResponse Content to Office Open XML document created programatically
I have an ASP.Net, not MVC, Web App that I am maintaining, modifying. In it one of the things that we do is render reports as Word, Excel documents. SSRS 2008 is rendering these documents as non- ...
0
votes
1answer
41 views
SSRS to Excel missing images and header when access via url
I am loading an SSRS report from an intranet site. When I go to the SSRS Report Manager and export the document to Excel it exports with all the items.
However when I do the same thing but through ...
-1
votes
0answers
26 views
Displaying barcode in SSRS
I am having problem displaying the barcode in SSRS report. It just displays the encoded plain text version of the barcode but not the real barcode. I restarted the sql server and also made sure that ...
0
votes
1answer
31 views
Blank space Issue while navigating betwen the charts in one report
In ssrs, I have a report which has four charts in it.
The four charts has the same design.
when i preview it,the first chart is set to shown by default and
we have a link on first chart that should ...
0
votes
1answer
76 views
Total Row Count for Grouped Values in SSRS 2008
I have a report that displays names of all accounts and activities performed under each of them.
AccountName: ABC Corp
Activity: Installation
I want to group the AccountName and get the total ...
0
votes
1answer
41 views
Get Year from a Parameter with a date function
I need to get the year YYYY from a parameter (@PrmEnd2) with a
default value =
DateAdd("d" , -1 , DateAdd("m", -3, DateSerial(Year(Now()), Month(Now()), 1)))
I have tried ...
1
vote
3answers
193 views
Displaying barcode in SSRS report
I am trying to display the barcode in the SSRS report.
I have created a field in the report for barcode in the visual studio and changed the font type to BC C39 3 to 1 Wide format. The corresponding ...
0
votes
1answer
31 views
Error when trying to read the .ini file from .nsi script
I have to write a NSIS script for deployment the report on the server.It works fine when I am using localhost.
Now I want to send this package to my client but the problem is that I don't know the ...
0
votes
0answers
13 views
Setuser failed because of one of the following reasons:
I have an issue, I have been trying every suggestion I stumbled upon but to no avail was I able to find the right solution.
I have setup an SSRS (SQL 2008 R2), when I tried to view/execute the ...
-1
votes
0answers
42 views
How to find that whether the reporting services' session is expired or not?
I implemented Custom Authentication for Reporting Services, and I keep the token in a Cookie. I run the reporting services' web service and the website on two different machine, at first time that the ...
0
votes
0answers
40 views
How to set hidden parameter in a subscription
We have an SSRS 2008 (not R2) report, which returns data for 2 different customer class types in a single datatable.
I have a request to have this report sent via email automatically to the user as ...
0
votes
1answer
84 views
Repeat Table Header with Subreport RDLC
I have a table with subreport. Both have similar columns as described below:
*ID *Account *Amount
1 Account-1 $100
--1.1 Account-1.1 $50
--1.2 Account-1.2 $50
2 Account-2 ...
2
votes
1answer
61 views
how can i concatenate fields inside of my dataset?
i have a dataset, dataset1:
i am trying to do:
select col1+col2, col3 from mytable
this does not work; however this is no problem:
select col1, col2, col3 from mytable
how can i concatenate ...
0
votes
1answer
34 views
SSRS percentage of a total
I would like to be able to get the percentage of each row with relation of the whole total. Here is my formula:
=COUNTDISTINCT(Fields!ID.Value, "NameOfRowGrouping") / COUNTDISTINCT(Fields!ID.Value, ...
0
votes
1answer
94 views
How to Have Different Colors per Category in a Bar Chart in SSRS 2008 R2
In my Bar Chart I just have 1 series (let's say, sales) and 10 categories (let's say, regions).
I want the bar for each category to display in a different color, automatically.
I could add a SWITCH ...
0
votes
0answers
68 views
SSRS Report Builder - Only Show Header On First Page (With Page Numbers)
So I am running into the problem where my report header is being displayed on every page, but I only want to display it on the first page. The solution that people on this forum have given is to just ...
-1
votes
0answers
55 views
SSRS 2005 - How to handle export and print event in RDL report
I am showing my RDL report on a web page, so when a user views this report in their browser I do not want header information to be visible, as it is already on web page. To do this I made it visible ...
0
votes
1answer
59 views
Reset page number for group
I need to reset page number for every group in MS Reporting services. I know about such possibility in MS Reporting Services 2008 R2, but I haven't possibility to uprade it.
Also, I know about this ...
0
votes
1answer
31 views
Text box resize issue: difference between BIDS and browser rendering
When designing and previewing a report in BIDS everything looks fine, but once rendered in a web browser the text boxes resize. I've tried a few things to stop this including using rectangles as place ...
0
votes
1answer
39 views
How to display string with forward slash and hyphen in a textbox?
I'm trying to generate a report in SSRS 2012, but the textbox does not display the following kind of string returned from datasource:
UUU/GDS/CGD/09-10/00227
I have a feeling there is a way to ...
0
votes
1answer
38 views
How can you go about troubleshooting errors in SQL Server 2012 Report Builder?
I'm in the process of creating a report in the latest version of SQL Server 2012 Report Builder but there are errors that I can't localize or troubleshoot because I'm not sure this functionality ...
0
votes
1answer
96 views
Trying to integrate Java and SSRS 2012
I am trying to write a Java application that will show reports from SSRS 2012. I set up my web services proxy and I have this code to try to log in to the server:
try
{
...
0
votes
2answers
44 views
SSRS 2008 two column report only shows data on the left column
I am creating a new report that needs to show data in two columns. I did the following:
Report Properties: added the second column
Insert a List control from the toolbox
Insert a rectangle inside ...
0
votes
0answers
20 views
Validating SQL Reporting Datasource at compile time
I've got SQL Reporting incorporated into a C# WPF application using local reports and it's working very well. However I was wondering if anyone knew of a way to check a datasource (.xsd) in the ...
0
votes
1answer
54 views
SSRS Pivot Expression Inside Stored Procedure with HashTemp Not Running
While Working With SSRS, Today, i got 2 Problems 1 is Still remain Unsolved and Im going to Post Another Freaking Problem :) Well, Problem is : I've an Stored Procedure, Which Create an #Temp and ...
0
votes
1answer
39 views
Exporting tooltip in excel from SSRS report
I have an SSRS report in which we are showing comments in tooltip but we are unable to get the same(tooltip in excel) when we export to excel using the inbuilt functionality of exporting in SSRS.
Any ...





