Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

RANGE CHART ONLY SHOWS FIRST DATA RANGE

$
0
0

Hi I am trying to desing  timeline chart using a range chart   using this tutorial 

the example sql query(for task 134) is:

SELECT HT.[NumTarea]	as TaskId
      ,HT.[NumEstado]	as TaskStateId
      ,ET.Estado	  as TaskState
      ,TU.UsuarioAsignado	as ITuser
      ,substring(TU.[Requerimiento],1,20) 	as TaskName
      ,[Fecha] 	 as StartDate
      ,DATEADD(MI,Duracion,[Fecha])	    as EndDate
      ,[Duracion]	as Duration
      ,DAY([Fecha]) as Dia
  FROM [Paipote].[dbo].[PT_HistorialTareaUsuario] HT INNER JOIN
  [Paipote].[dbo].PT_TareaUsuario TU ON HT.NumTarea=TU.NumTarea
  INNER JOIN  [Paipote].[dbo].PT_EstadoTarea ET  ON HT.NumEstado=ET.NumEstado
  where UsuarioAsignado='jcolman'  and   Month([Fecha])  in (5)   and  DAY([Fecha]) IN (17)
  and HT.NumEstado in (1)	 and ht.NumTarea=134  --@DIA  
  order by ht.NumTarea

The result set for the query have 4 data range but  the report only shows  the first one like the image below

The report its configured like this:


So I dont understand where is the issue ,  thanks in advance.

PD: I am using BIDS 2008 SSRS  , MSSQLSERVER 2008.



 



Report Descriptions Being Truncated in SQL Server 2014

$
0
0

Hi All,

in prior versions of reporting services the full description of a report is visible in tile view. I have just put my suite of #SeETL reports on to SQL Server 2014 on a customer server and the report descriptions are truncated. 

We have been hunting around for an option to see if we can get the full description of the report back. It does pop up when we mouse over but I would like the full descriptions of the reports to be visible in the tile window version of the report folders rather than have to use details view.

Does anyone here know if there is an option to turn that back on like it used to be in the older versions? I have not used these reports for a few years as we have been using microstrategy for these reports.

Thanks


Peter Nolan

Dispalying max and avg values from several rows in a group in SSRS Report

$
0
0

Hi All,

I have created a report which displays the max and the average salaries for sub-departments under a head department. Now, I want to show in front of the head department the average and mx salary for that department. Can someone please advise if there is any way to achieve this?

So, Table should be like this:-

DepartmentName Sub-Dept MaxSalary AvgSalary

HR          10000 3250

       HR1 10000 5000

       HR 2 5000 2500

Legal            30000  10000

        Legal 1 20000 10000

         Legal 2 30000 10000

where HR and Legal are the main departments while HR1, HR2, Legal1 and Legal2 are sub-departments.



Thanks


Current year in expression

$
0
0

Hello. I am trying to add the current year to the title of a report and I am getting an error. Here is what I have in the expression:  =Fields!CLIENTNAME.Value +"-"+ YEAR(NOW) + "Regulatory Inquiry" +" "+"("+(Fields!CLIENT_ID.Value)+"."+(Fields!MATTER_ID.Value)+")"

This is how the title should look:  ClientName - 2019 Regulatory Inquiry (00000.000000)

Any suggestions would be greatly appreciated.



SSRS 2008: connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)

$
0
0

Hi,

I have started getting this error since a week now when I try to schedule a report or change a schedule of a report. 

An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError) Get Online Help For more information about this error navigate to the report server on the local server machine, or enable remote errors 

 

We have SQL Server 2008 installed along with SSRS running on the server. I have never seen this happening before for almost a year now but suddenly it appeared.  Along with this, report subscription is also messed up and some report are not been emailed as they have a error like:

Failure sending mail: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database.Mail will not be resent. 

 

I am not sure what caused this but if anyone has any idea of what is going on it will be great. 

 

Thanks you for your help. 

Please reply soooon !!!

Displaying total and percentage group wise

$
0
0

Hi All,

I have a table in which I want to show all the schools ( a field in my table) the participants have enrolled in, the no of students in each school and its percentage. I can show the rows grouped on my school name and use the count function to get total for each school, but I am not sure how to get the percentage here?

For eg. 

Student School

Adam ABC

Priya BCD

Lucky ABC

Rama BCD

So, in my SSRS report it should show like

School Count Percentage

ABC 2 50%

BCD 2 50%

Can someone please help me to achieve that?

Thanks a lot.


 


Prags

I used the. RDL file containing the matrix in. aspx page , but it shows the following:

$
0
0

The Group expression used in grouping ‘transdate’ references a dataset field which contains an error: UnsupportedDatatypeException.

var bytes = ReportView.LocalReport.Render("Excel", null, out mimeType, out encoding, out extension, out streamids, out warnings);

 Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The Group expression used in grouping ‘transdate’ references a dataset field which contains an error: UnsupportedDatatypeException.

If I don't ues   the matrix, then I can export Excel normally.

How to Filter the SSRS report by MonthOfyear from a cube (MDX Query)

$
0
0

Greeting guys

im learning SSRS and im able to filter my MDX dataset when i have only 1 parameter

my data source coming from a cube , The problem in  my case that i want to display the sales for my sales person based on a selected month im getting information from a dimension date that contain an Heirarchy calender (year > Quarter > Month > day of month)

any trick how i build this parameter please , Thanks in advance !

i can provide more info if needed


Special character in column header of report table

$
0
0
Does anyone know how to place a non-alpha numeric character in the column header? I'm trying to put a checkmark in the header row.

The report execution fbm3kv55q2dfykyqwgxajzvb has expired or cannot be found. (rsExecutionNotFound)

$
0
0

I am getting frustrated with this error. I looked up online for all the clues and tried every solution out there and didnt had any luck.

I am getting this error for just one report. 

Any help will be appreciated. 

Changing the year from 2018/19 to 2017/18 (basically decreasing by an year on both sides)

$
0
0

Hi All,

I have a report which shows the data by the financial year. For eg. 2018/19. The problem is there are some columns which should get the data for the previous financial year like 2017/18 in this case.

Since it is not stored as just 2018 but as 2018/19, I am not sure how to subtract an year to filter the data. Can someone please help?

I have a parameter @fin_year using which the user can select for which year she wants to see the data, the 2 columns should be 

Salary@fin_year Salary@fin_year-1

eg. Salary2018/19 Salary2017/18

How to I filter the data for previous year?

Thanks.


Prags

RDL Files compatibel for RDLC Format?

$
0
0

Hello, my question, is any running RDL Files by default compatibel to convert it to a RDLC Format if the Files are all delveloped with VS19? Are Files with Parameters and Filters also conpatibel to convert, or are there any limitations, i can't find any docs online.

And until now the converting process only produced errors, either schema or RDLC Designer. What do i have to take care of in VS19?

Please Link/URL any MS docs to this topic, many thanks, marcel

SSRS Autorefresh causing report to crash

$
0
0

Hi there,

We have a couple of reports that have been built in ReportBuilder where the AutoRefresh has been set to 900 seconds (15 minutes). after about an hour the report stops working and the following error message is displayed:

'An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)'

I have been told by the DB that there is plenty of disk space, but cannot understand why it suddenly stops working. Incidentally, I took a copy of the report and set that to 300 seconds (5 minutes) - this run for a few hours without crashing.

Any suggestions will be greatly appreciated, but please keep the terminology fairly simple :-)]

Regards.

401 Unauthorized Error when accessing SSRS report from ASP.NET Web App

$
0
0

Hello. Hopefully this is posted in the correct forum. I'm running into a little situation and any assistance would be greatly appreciated.

I just recently created an ASP.NET web app using Visual Studios 2010 Ultimate; VB code. I have a reporting section which utilizes the ReportView control to retrieve SSRS reports from an SSRS report server; using SSRS 2008 R2, created in Visual Studios 2008. Everything works perfectly on my local desktop. The issues come when I post the web app onto our web server and try to access the web app remotely; the server is a Windows 2008 Server R2 Standard using IIS 7.  Using application pool ASP.NET 4.0 Integrated. For authentication, Anonymous Auth is Disabled, ASP.Net Impersonate is Enabled, Basic Auth is Disabled, Digest Auth is Disabled, Forms Auth is disabled, and Windows Auth is enabled.

Accessing the web app on the server itself works as it should as with the SSRS reporting section within the web app. The issue comes when I try to access the web app's URL from a different desktop other than the server. All parts of the webb app works except for the reporting section. I get a "The request failed with HTTP status 401: Unauthorized." In our SSRS report manager server, I made sure that the datasource of the reports had the proper credentials; selected "Credentials stored securely in the report server".

So once again...summed up.. web app on web server cannot access SSRS on a different server. 401 Unauthorized error.

I'm not sure if something in IIS is configured wrong, or what.. any help would be greatly appreciated. Thanks.

Hide Header footer Export to Excel

$
0
0

Hello

I want to hide header and footer only when I export report to excel as it makes report look messy.

I have set the below visibility expression for my Header/Footer 

=IIF(Globals!RenderFormat.Name = "EXCELOPENXML" OR Globals!RenderFormat.Name = "EXCEL", true, false)

It works fine when I export to Excel 2007. However , it doesn't work for Excel 2003.

Or I would better say it works for xlsx but does not work for xls.

any inputs.

Many thanks




2016 Report Builder connection difficulty with TLS 1.2 ONLY ?

$
0
0

Recently, we have begun tightening down security on our webservers, and this includes the servers running SSRS (SQL 2016). All connections must now use TLS 1.2 when talking HTTPS (SSL3/TLS1.0/TLS1.1 have been turned off).

However after making these security changes, Report Builder now fails to connect. ("Connection failed. Unable to connect to the server that is specified in the URL")

I have verified that turning back on TLS1.0 on the server allows the connection from Report Builder, so there doesn't appear to be a problem with SSRS/IIS, just with the communication channel that is used.

Has anyone else experienced this? Is maybe Report Builder (v 13.0.1700.305) built against libraries that don't support TLS1.1/TLS1.2?

I've tried things on the server side according to the relevant MS articles with no success:

https://support.microsoft.com/en-us/kb/3135244

https://support.microsoft.com/en-us/kb/3154520

Connectivity issues with Oracle

$
0
0

Hi - I have a report which connects to Oracle.  I created a Datasource using Datasourcetype=oracle and report is running successfully from BIDS.  However, when I depolyed the Datasource and report to Reportmanager, report is throwing an error.  When I checked the datasource, clicking on test connection is throwing below error:

OCIEnvCreate failed with return code -1 but error message text was not available.

I am using SSRS 2008 R2

Please help me in resolving this issue

Thanks



How to rerun the failed report subscription.

$
0
0

Hi,

Is there any way to rerun the report subscription jobs based on job status.

Version: SSRS 2008

Regards,


Vaishu

Multiple tables on the same report possible?

$
0
0
Is it possible to have multiple tables on the same report? Different data sets, different queries, etc. One is displayed under another.

Page Break when the field on row is diferent

$
0
0

Hi,

I need to make a page break in my tablix but make a break only when the data in the first column is diferent.

For example, my tablix looks like this:

Table1       Table2       Table3       Table4

text1          info             info              info

text1          info             info              info

text2          info             info              info

text2          info             info              info

text3          info             info              info

All I want is to split this table so that each text1, text2, and text 3 is on its own page.

Table1       Table2       Table3       Table4

text1          info             info              info

text1          info             info              info

-------------------page break---------(new page)-----------

text2          info             info              info

text2          info             info              info

-------------------page break---------(new page)-----------

text3          info             info              info

So how can I do this?

Thanks

Viewing all 10045 articles
Browse latest View live