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

Report Builder - User friendly query designer (graphical tool)

$
0
0

Hi,

We'd like to give Report Builder to our BI users to let them build their own paginated reports. They are already using PowerBI for quick analysis and dashboards.

But, the query designer is not super easy to use. The query designer from Visual Studio is more user-friendly with its diagram pane allowing to add tables and simply drag fields to create relationships. It's more visual. Is there a way to have this report designer in Report Builder? I don't understand why it's not the opposite, as VS is more suited for developers rather than BI users.

Note: We are using SQL Server 2016 Enterprise Edition

Thanks
Sebastien


Assistance with percentage within a Matrix

$
0
0

I have a report that shows sales.  I need to be able to put percentages on the report as showed in RED below.  I needed to divide the rows in BLUE by the row in ORANGE.  Help please.  I am lost.  I have tried to change the scope to just about everything I can think of, but I can't get the ORANGE value to persist within the group.  I gives me the total for the column $15,506.01


Column sorting issue while rendering the report data with Microsoft.ReportViewer control (v10.0)

$
0
0

Hi Support Team, 

We are using Report Viewer control (i.e., MicroSoft.ReportViewer.WebForms.dll and MicroSoft.ReportViewer.Common.dll) to render the report in our application. Sorting of the column is working fine in IE (32 & 64bit) and Chrome (32 bit). But we are facing issue while sorting the data in Chrome 64 bit version. Client testing team, test our application in Chrome 64 bit only.

We have already upgraded to Microsoft report viewer dll's v12.0 and jQuery 3.4.1v but still issue not resolved. One more thing I have to tell here, that report having huge amount of data if we tried less amount of data it is working fine.

Thanks in Advance, awaiting for your valuable response...!

Thanks,

Vinod Bheemisetty



SSRS Shared Dataset Issues

$
0
0

Hello, 

I'm having a weird issue with creating a shared dataset in SSRS. 

I'm just going to walk through the steps I take. 

  1. Create Datasource on web portal
  2. Create Dataset pointing at this Source with query SELECT * FROM "filename"
  3. Test this query within report builder - it returns the values expected. 
  4. Preview data within web portal and it doesn't work.
  5. Attempt to preview report. 
  6. Receive Errors - (rsErrorExecutingCommand) and (rsDataSetExecutionError)

Now as I said if I test the query within report builder it returns the expected values, but not within the web portal.

Also If I create the dataset within the web portal I do get slightly different error messages, if I use an embedded dataset I only receive the (rsErrorExecutingCommand) error. 

One additional point, when using the dataset from the WebPortal the (rsErrorExecutingCommand) errors states that it can't find Dataset1, even if this dataset isn't present whilst  (rsDataSetExecutionError) shows the name of the actual dataset.

I have tried connecting to the datasource using:

  • ODBC using System DNS on the Server
  • ODBC defining connection string in the web portal
  • OLEDB on the server 
  • OLEDB through the web portal.
Sorry for the rambling.

Is it possible to embed the SSRS web portal (Report Manager) in an iframe?

$
0
0
Tried doing this but getting error with response header it sends back X-Frame-Options: same-origin. I already tried editing the headers in all the config files. Can you edit http response headers for the report server or is there a workaround? I don't need the ReportViewer control, just the Report Manager web portal.

Create different charts from the same DataSet

$
0
0

Hello,

I just started using the .rdlc reports and I have a problem / doubt. I am creating a chart where I represent in percentage the Time (Time) by type of Equipment (Equipment), and try to create Groups of Categories and Groups of Series but I keep putting all the information in the same chart. I leave an image with an example of the DataSet I am using.

I hope you can give me some advice on how to solve it.

EquipmentDelayTime
019 - PERFORADORAABASTECIMIENTO0.27
234 - SCOOP R-1600G CAT   ELPHINSTONE NUM
HORAS DE OPERACIÓN8
236 - MARTILLO R-1600G CAT  NUM. 236HORAS DE OPERACIÓN7
907 - RETRO-EXCAVADORA CATERPILLAR 416E
HORAS DE OPERACIÓN106
907 - RETRO-EXCAVADORA CATERPILLAR 416E
ABASTECIMIENTO2.97
907 - RETRO-EXCAVADORA CATERPILLAR 416E
BOMBA DE CICLÓN5.24
907 - RETRO-EXCAVADORA CATERPILLAR 416E
CAMBIO DE LAINAS0.79
907 - RETRO-EXCAVADORA CATERPILLAR 416E
CAMBIO DE REJILLAS DE TROMEL2.98
907 - RETRO-EXCAVADORA CATERPILLAR 416E
CAMBIO DE TURNO3
907 - RETRO-EXCAVADORA CATERPILLAR 416E
CD011.46
907 - RETRO-EXCAVADORA CATERPILLAR 416E
COMIDA7.43
907 - RETRO-EXCAVADORA CATERPILLAR 416E
COMPONENTE DE DESGASTE2.41
907 - RETRO-EXCAVADORA CATERPILLAR 416E
DEMORA POR REFACCIONES8.43
907 - RETRO-EXCAVADORA CATERPILLAR 416E
DR2.56

Regards,

Error 400. Bad Request. Accessing via VPN

$
0
0

Hi... 

I've being accessing SQL Reporting Server via VPN network. I'am able to view the reports published but I am not able to edit the report in Report Builder. I'm using SQL Server 2016 via VPN network. 

When I'm trying to edit in Report Builder I'll get error 400: "The request failed with http status 400. Bad request. 

Kindly assist me if someone is having the same problem


SSRS Sum Values within Group

$
0
0

Hello.

I'm having trouble calculating the total of a field within my SSRS report.

 My grouping is as follows.

 

And currently my table looks like: 

Where the circled text box is where I need my total value to be show. 

Now the issue arises as I am using two datasource, one which holds all the revenue data and another which holds the budget figures.  So to generate the values within budget I neew to use this function: 

=Lookup(Fields!PeriodNumber.Value,Fields!Period.Value, Fields!Budget.Value,"BudgetCSV")

I have tried multiple ways to get this to work, but as it is outside of the group I can't just use ReportItems!Textbox123 to get the value that way as multiple textboxes can be created (There could be 12 for periods 1-12) 

I need the values to be grouped on the period number, the anaylsis code and the account number. 

I have also tried using 

=Lookup(Fields!CustomerAccountNumber.Value,Fields!CustNum.Value, Fields!Budget.Value,"BudgetCSV")

but this only returns the first value found.

A point in the right direction would appreciated!


RowNumber Problem

$
0
0

Hi,

I'm creating a report on Report Builder and at the moment i'm stuck with the rows on the same page.

I have to group values with MODELE and create a break between the groups. Also, I need to have maximum 25 rows on each pages. I'm using =CEILING(RowNumber(nothing)/25) to do this.

The problem is that the page break for the 25 rows is generate on the second page that doesn't contain 25 values because the first group was less than 25 values. Is there a way to do it?

SSRS Export to excel functionality not working

$
0
0

Hi ,

I am working with project online where we implemented SSRS reports.

In one of the case when i try to export report as a "Excel" and I am Getting an below  error.except that all other formats are working fine (i.e PDF ,CSV,XML,Word) :

An unexpected error has occurred.

Correlation ID: e037ef9e-4534-4014-707a-7d4facf6ca7b

Date and Time: 7/11/2019 9:55:21 AM

It seems that there is something fishy with the data but i have already checked it seems perfectly alright.

* There is no special char in Column header also.

Thanks & regards

Amey Pusalkar


Amey Pusalkar

ReportBuilder 3.0 Out of Memory Exception for 8Lac Records only Available RAM 8GB SQL 64 Bit

$
0
0

I am using ReportBuilder3.0 against SQL sever 2014 database. The data set i am pulling is very huge over 8lac records. The query in SSMS takes about .30 second  to execute. 

SQL is 64 Bit and RAM is 8GM

When i try to create a report using report builder and click run - it fails throwing an out of memory exception. I understand it's a large data set but other than this is there any thing to fix this. When i execute the query fom the query designer (inside report builder), it runs and returns the data... but it's the preview which is failing.

Any help is appreciated.

Which Visual Studio version for SSRS development?

$
0
0
What's the minimum version of Visual Studio used only for SSRS development? I personally use 2017 Professional with SSDT for my .NET and BI (SSRS, SSIS, and SSAS) development, but I have another user who will only do SSRS development in Visual Studio.  Wondering if there's a free or lesser version he can use.

SSRS Subscription Ran through SQL Agent Sending Variable Parameters

$
0
0

Hello All, 

I would like to run a report based on data.  For example 10 business days after a database date, lets say, mail date.  

When the conditions above are met the report subscription has to run with a certain set of parameters; Month and Country passed into the report.  

How do I do this using SQL Agent Job made by the SSRS Report Subscription to send variable parameters to the SSRS Report?  


Report error

$
0
0

The report parameter ‘LAUNCH_NUM’ has a DefaultValue or a ValidValue that depends on the report parameter “LAUNCH_NUM”. Forward dependencies are not valid.

I am very new to SSRS. Need some help.

ReportBuilder 3.0 Out of Memory Exception for 8,00000 Records only Available RAM 8GB SQL 64 Bit

$
0
0

I am using ReportBuilder3.0 against SQL sever 2014 database. The data set i am pulling is very huge over 8lac records. The query in SSMS takes about .30 second  to execute. 

SQL is 64 Bit and RAM is 8GM

When i try to create a report using report builder and click run - it fails throwing an out of memory exception. I understand it's a large data set but other than this is there any thing to fix this. When i execute the query fom the query designer (inside report builder), it runs and returns the data... but it's the preview which is failing.

Any help is appreciated.



Shapefile Belgium

$
0
0

Hi all,

I'm looking for a ESRI shapefile for all the municipalities from Belgium. I only can find the district Flanders (Vlaanderen), but I would like the whole of Belgium. 

Thanks in advance!

CC

SSRS 2016 SharePoint Integrated Mode: Could not load file or assembly 'Microsoft.ReportingServices.ProcessingObjectModel, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. Access is denied.

$
0
0

Hi 

after patching our SharePoint 2016 server with the July updates, our SSRS stopped working. On opening any report we get

Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: Internal error, Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: Interner Fehler beim Berichtsserver. Weitere Informationen finden Sie im Fehlerprotokoll. ---> System.IO.FileLoadException: Could not load file or assembly 'Microsoft.ReportingServices.ProcessingObjectModel, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. Access is denied.   at Microsoft.ReportingServices.OnDemandProcessing.OnDemandProcessingContext..ctor(ProcessingContext originalProcessingContext, Report report, ErrorContext errorContext, DateTime executionTime, Boolean snapshotProcessing, IConfiguration configuration)   at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.ProcessReportParameters(DateTime executionTimeStamp, ProcessingContext pc, Boolean isSnapshot, Boolean& needsUpgrade)    at Microsoft.ReportingServices.Library.RSService.ProcessReportParameters(ReportProcessing repProc, CatalogItemContext reportContext, IChunkFactory getChunkFactory, CreateDataExtensionInstance howToCreateDataExtensionInstance, RuntimeDataSourceInfoCollection allDataSources, RuntimeDataSetInfoCollection allDataSets, ParameterInfoCollection newParameters, DateTime executionTime, Boolean isSnapshot)    at Microsoft.ReportingServices.Library.RSService.InternalGetReportParametersForRendering(CatalogItemContext reportContext, Guid reportID, Guid linkID, DateTime snapshotExecutionDate, IStoredParameterSource storedParamSource, NameValueCollection values, RuntimeDataSourceInfoCollection allDataSources, RuntimeDataSetInfoCollection allDataSets)     at Microsoft.ReportingServices.Library.ProcessReportParametersCancelableStep.Execute()     at Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()     - -- End of inner exception stack trace ---;

I tried patching SQL Server 2016 on the SharePoint machine with current update (it was on SP2, is on CU7 now). 

The DLL exists in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\WebServices\Reporting\bin and seems to be RTM level (date 4/30/2016).

The same error message appears when we try to enter the report parameters from the context menu. While editing the datasource does not throw an error.

Apart from SharePoint KB4475520 we installed the following Windows Updates:
KB4507448
KB4507005
KB4344153

Any ideas?

Thanks

Christoph


Christoph Muelder | Senior Consultant, MCTS, MCSE | SOLVIN information management GmbH, Germany

Column sorting issue while rendering the report data with Microsoft.ReportViewer control (v10.0)

$
0
0

We are using Report Viewer control (i.e., MicroSoft.ReportViewer.WebForms.dll and MicroSoft.ReportViewer.Common.dll) to render the report in our application. Sorting of the column is working fine in IE (32 & 64bit) and Chrome (32 bit). But we are facing issue while sorting the data in Chrome 64 bit version. Tried on latest version of chrome too.

We have already upgraded to Microsoft report viewer dll's v12.0 and jQuery 3.4.1v but still issue not resolved. One more thing I have to tell here, that report having huge amount of data if we tried less amount of data it is working fine.

SQL 2014 reports we are using. Any help is appreciated.



Dataset filter 0-30,31-60,61-90,>90days from a Date Value

$
0
0

I have a report that has a field named "ATD" that is a date datatype.

Been trying to build filters from the "ATD" date to filter data for for each of the following criteria

0-30
31-60
61-90,
>90

How are the expression written to accomplish these results?

Goal is to have a filter for each dataset.

SSRS Dataset query Question

$
0
0

I have a parameter that uses a query to get multiple values like this: 10002320-156990

In my data set I have in the where clause

AND A.umLocationID IN ( substring(@LocationID,1,8) )
 AND A.umbilltoCust IN ( substring(@LocationID,10,6) )

I did this for simplicity for the users of the report so they can select more than one value in the parameter. When running the report, it errors because of this. Saying the substring requires 3 parameters..

It works fine when only selecting one item in the parameter's drop down but bombs on multiple..


Viewing all 20764 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>