Hi all,
I'm not yet familiar with all SSRS functions. I cannot merge these cells, Is there any workaround to merge the highlighted cells please?
Thanks!
Hi all,
I'm not yet familiar with all SSRS functions. I cannot merge these cells, Is there any workaround to merge the highlighted cells please?
Thanks!
Hi All,
I am new to SSRS reports. I have to build a multi-page report. I have a list of data.
data = {Name, address, email}
data[0] = {abc, abc street, abc@abc.com}
data[1] = {def,def street, def@def.com}...
...data[n]={xyz, xyz street, xyz@xyz.com}
I have to prepare a report in a such a way that on 1st page it just show information of data[0], on 2nd page it shows the information of data[1] and on last page it shows the information about the data[n].
So when user clicks > he can navigate to information of one person to another.
Thank you in advance
All of a sudden the menu on all the reports looks like this and the print option is gone? Any suggestions on how to trouble shoot this?
I am using Reporting Service 2000. In my report I am using list and list is group by dataset Field organisation name now I want to displaly organistion name in Page header. But In SSRS I cannot use dataset Field in Page header. Any idea How I can do this?
Hi All,
I tried to change the border style of the text box to none but the tablix does not allow me to do this
Hello,
I new to SQL Server environment, created a file in Report Builder 3.0, saved as aTest.rdl, and successfully ran it. When tried opening it in SSDT, Visual Studio 2010 to edit it, I an XML format aTest.XML. Is there a way to open a file that was previously generated by Report Builder 3.0 in SSDT?
Thank you,
SaKa
This is kind of a backwards request... We have a SSRS 2012 server using a valid GoDaddy SSL certificate. Everything works fine, and now we want to publish that website through our Imperva reverse proxy. The weird thing is that Imperva wants to access that web page by IP address, not DNS name. And it needs to do it using SSL. Meaning it wants to access the site like this:https://192.168.0.1/Reports instead of like this: https://ssrs.mydomain.com/Reports.
True, accessing an SSL enabled website by IP address will create certificate errors, since the URL won't match the certificate. But apparently that's what Imperva wants. The problem is, SSRS (understandably) won't respond on 443 when being accessed using an IP address. I see how I can easily make the site respond by IP address when accessing the site without SSL, but I need both. SSLand it needs to respond by IP. Ever since Microsoft integrated the IIS engine into SQL, we've lost the IIS MMC that might help me force the website to respond the way I need it to. So does anyone know any other way of doing it?
I'm having an issue with connecting to SQL report server using the ReportViewer control. Thing is when I connect to the reporting services web service (http://10.3.27.80/ReportServer/ReportService2010.asmx) it works fine and I can successfully pull the data I need. But when I use the web control, its then that I cannot connect. Here's my code:
ASP.net code:
<%@ Page Title="Reports" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Results.aspx.cs" Inherits="RSReportViewer.Results" %><%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %><asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server"><rsweb:ReportViewer ID="ReportViewer2" runat="server" Width="90%" ProcessingMode="Remote"><ServerReport ReportServerUrl="http://10.3.27.80:80/" /></rsweb:ReportViewer>
Error message:
ConnectionRefused
Inner Exception: No connection could be made because the target machine actively refused it 176.74.176.178:8080
I have not got the IP signified above configured anywhere throughout my solution! So not sure where its getting that in the message.
Stack trace:
at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods()
at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String methodname)
at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.SetConnectionSSLForMethod(String methodname)
at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
at Microsoft.Reporting.WebForms.SoapReportExecutionService.LoadReport(String report, String historyId)
at Microsoft.Reporting.WebForms.ServerReport.EnsureExecutionSession()
at Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1 parameters)
at RSReportViewer.Results.Page_Load(Object sender, EventArgs e) in c:\Users\admin\Desktop\RSViewer\RSViewer\RSReportViewer\Results.aspx.cs:line 71
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Firewalls are disabled between the two boxes.
Thanks in advance for any pointers!
Our Exec team requires the ability to view emailed reports on their iphones.
Our Environment uses the following:
Users are part of a subscription that emails a report using the MHTML render format. When an exec tries to open the email, they can only view a small portion of the report.. with no ability to scroll. Apparently this is due to Reporting Services add the Overflow: auto tag to the style. Any way of working around/fixing this for mobile users?
If the email is forwarded, after it is received, outlook (or some form of magic) strips the formatting and the report is viewable.
That said, this is not a viable option for the exec team.
Hi,
I am using SSRS 2008 R2 according to specification.I need to display alert if the search criteria is not able to retrieve any value.
For Example. I have 2 parameter,
1. Search: Simple textbox. need to enter few character of name
2. Name: Multivalue parameter, It will show list of all name based on search. (Name like @search + %)
Here if Name parameter is not found any value. i want to show message/ Alert box like "Your Search criteria retreived no data".
Thanks in advance
Paramesh G
In SQL Server Reporting Service, when I connect to my cube to create a dataset, in Query Designer I create my query with a filter. It creates the following MDX for me:
SELECT NON EMPTY { KPIValue("KPI1"), KPIGoal("KPI1"), KPIStatus("KPI1") } ON COLUMNS, NON EMPTY { ( [Create Date].[Month Num].[Month Num].ALLMEMBERS * [Create Date].[Hierarchy].[Month].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( STRTOSET(@CreateDateYear, CONSTRAINED) ) ON COLUMNS FROM [ERP]) WHERE ( IIF( STRTOSET(@CreateDateYear, CONSTRAINED).Count = 1, STRTOSET(@CreateDateYear, CONSTRAINED), [Create Date].[Year].currentmember ) ) CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS
When I add this dataset, Reporting Services creates a parameter named CreateDateYear
. When I pass a value like "2014" to this parameter I get nothing and I have to pass a value like[Create Date].[Year].&[2014]
.
How can I change my report to change this parameter for passing the value like "2014" instead of ugly and not user-friendly string[Create Date].[Year].&[2014]
?
Hello,
I have a task to locate and analyze most expensive queries in our database. I do it in 2 steps: 1. Using Management Studio I run a few Standard reports like 'Performance - Top queries by Average CPU' or 'Performance - Top queries by Total CPU Time' and then select a few top queries and try to analyze , after that I do 2. I use 'Database Engine Tuning Adviser'
My preferred client is Toad for SQL.
My request: could someone please point me if Toad has option to run Standard reports ... like Performance ... and does Toad have a tool like Database Engine Tuning Adviser?
Thanks
EV
Hi,
if a group (set of rows) doesn?t fit in one page, move the complete set of rows to thenext page instead of splitting the data between the two pages. Is that possible in ssrs. My text will vary
We are updating an application to a new SQL 2012 platform (SSRS version shows as 2011.0110.5058.00 ((SQL11_PCU_Main).140514-1820 ) in the log). The application calls the /ReportServer/ReportExecution2005.asmx web service to generate reports.
For some of the reports, we do not always return all of the columns defined in the report dataset. In the SSRS ReportServerService log, we see the expected error message "There is no data for the field at position ##.;"
The problem is - on this new server, it looks like it is taking 30 seconds for SSRS to write each of these error messages to the log. Which means a report with 1 row of data, but 15 columns missing from the dataset, is taking over 7.5 minutes to generate.
As you can see in the log - each of the error messages is logged exactly 30 seconds apart (10:18:43, 10:19:13, 10:19:43, 10:20:13, etc.)
It seems like something has to be wrong with the error reporting / logging in SSRS. Does anyone know what I should be looking at?
How do I write an expression to split the value of =Fields!OCCUPANCY_TYPE.Value
The result usually comes out as V=8 etc. for the Occupancy_Type field. I want to separate out the V and 8 on one line and subtract the equal sign (get rid of it completely)
Any help would be appreciated.
Thankyou.
Hello Friends,
I am using Date Range filters(Start and End Date) in my SSRS Report. The Problem is that if i am using the start date will be today, then the end date will be the future date by using Analysis Service as my Data Source, the report is not generated.
I don't know why it happens? If I give the date range filters before the current date, then the report will shown.
The problem is that the future date is not in my database. Could you please answer for this. I am struck in here,.
Table contains : 1-7-14 ,
2-7-14,
3-7-14,
If my Date Range will be 1st to 3 of 7th month, then the report shows the data.
if my date starts with 1st of the 7th month and ends in the future, then the report will not shown the 2nd and 3rd records...
Please teach me why?
Hello,
Relative SSRS newcomer here and I have a couple of foundational questions... These are based on the simple premise of the underlying dataset returning multiple rows of data, elements of each to be displayed on subsequent pages of the report.
Any guidance would be appreciated.
Hi,
I have a report with a grouping on the GL-account-category and simply shows the sum(amount) for that category.
One of the categories is "Net Sales".
What I would like to achieve is the sum(amount) for all other individual categories as a percentage of the sum(amount) of category "Net Sales". The point is that all categories reside in the SAME grouping (scope).
So, as an example, the percentages that I would like to have:
Category "Net Sales": 100% (= 100k)
Category 2: 60% (asuming that sum(amount) of this category is 60k; divided by 100k = 60%)
Category 3: 25% (sum(amount) = 25k; divided by 100k = 25%)
Category 4: 5% (sum(amount) = 5k; divided by 100k = 5%)
etc. etc.
Hopefully someone can help me out.
Thanks!
Hi ,
I had a daily summary table and I am trying to generate a report on it.
Initially i took date as query parameter to get values from database and it worked fine.
Later i added 3 filters(report filters) to the report which will allow multiple values.
Then onward I am facing the problem when i select 'select all'/multiple values on any of the filters i am not getting data in reports.
But if i select a single values in filters i am able to see data in reports.
Thanks in advance