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

summarized and grouped data for a metric

$
0
0

Hi,

How do i achieve the below in report builder :

1.The dataset is:

create table dummy (vendor varchar(100),model varchar(100),groupcode varchar(100),margin numeric)
insert into dummy VALUES ('A','ABB','1.1',1),('A','ABB','1.1',3),('B','ABB','1.2',2),('A','ABC','1.1',3),('B','BC','2.1',1),('C','BC','1.1',3),('D','BCD','1.2','2'),('E','ABB','2.1','1'),('E','ABC','2.2',4),('C','ABB','1.1',5),('C','ABB','1.2',1)

Calculation for ChangePercent:

ChangePercent(aggregated value or measure)=divide(calculate(count(GroupCode),Margin>1),count(GroupCode),0)

The Change_Percent (yellow) is measure without a group by ,calculated over entire dataset

The detail values underneath are Change_Percent measure calculated by grouping over model.

2.How do i store the rawdata above into a final table so that i get the results in the above image.I am struggling to achieve this using one query in sql to be usable for SSRS.

Used the below queried to get summary and detail values:

Grouped by model: select model,coalesce(cast(count(case when Margin>1 then [GROUPCODE] else null end) as float)/cast(count([GROUPCODE]) as float),0) PERCCHANGE from DUMMY group by model

No group by : select coalesce(cast(count(case when Margin>1 then [GROUPCODE] else null end) as float)/cast(count([GROUPCODE]) as float),0) PERCCHANGE from DUMMY

Pls help.



Report builder: parameters in a query & how to export excel workbook with several worksheets

$
0
0

Hello all

I have 2 questions.

first,

I have 5 datasets in my report.

each dataset contain a query for example: AlertDescription LIKE '%power%' AND Path LIKE 'abc%'

the 'abc' prefix represent a group of server names.

instead of creating additional 5 datasets for each group, i want to use parameters (but with no user input)

how can i do that?

Question 2:

I want to create a report, that when i export it to excel. the result will be excel workbook with several worksheets

(each sheet contain info on each group of servers)

how can i do that?

Thanks a lot.

URL Link/Display Webpage.

$
0
0
We have a field in our report that links to a website.  I don't want users to be able to copy the link or see the link directly, but to be able to click the link and take them to the appropriate page.  Is there a way to restrict copying the link or making it visible?  Is it possible to link to a new report and can that report display the website in an iFrame?  I'm open to any suggestions.

ssrs reporting services error

$
0
0

Hi i got HTTP 500 error in report server

My case web service URL is working fine but i am trying to open Report Manager URL i got HTTP 500 error 

So please anyone help me to fix this issue

Refresh SSRS when stop processing

$
0
0

Hello, everyone.

I have an auto refresh SSRS 2016 report. Is there a way to refresh it when it throws errors like:An error has occurred during report processing. I mean, keep refreshing although I got the same error because when the error is resolved I have to go manually and load the page. This reports is used to monitor online transactions. 

Thanks in advanced.

Regards, 


Geraldo Peralta

SSRS With Digital signature

$
0
0

Hello,

In my Job, They are asking me to develop reports with digital signature. Could you tell me if this is possible? if not or yes please tell me why and how?

I would greatly appreciate your help with this information.

Thanks for your atention.

Catalina Tarazona

Report Builder Error

$
0
0
When I try to Preview a .rdl file that was created using SSRS 2012 Report Builder several years ago with SSRS 2016 Report Builder I get the following error message: "The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services or contain content that is not well-formed..."

Is this error being caused as a result of using the newer version of Report Builder on an older .rdl file or something else that has nothing to do with the Report Builder itself?

Call API to open new window with corresponding URL

$
0
0
We want the users to be able to click on a field in a report and that open a new window and take them to the appropriate website.  We are currently doing with the  dynamic html that adds field information from the report, but due to security reasons, we don't want the user to be able to copy the link directly or see the link in the browser status bar.  Is it possible to call an API in the action and that API returns the needed hyperlink and open the new window with the appropriate url?

Executing SSRS report programmatically using Reporting service in SharePoint2016 Integrated mode is giving time out error.

$
0
0

We are using a console application which is schedule to render the SSRS reports deployed in SharePoint Integrated mode in SharePoint 2016 environment using reoporting service (/_vti_bin/reportserver/ReportExecution2005.asmx) and then pro grammatically exporting to excel/word .

But for some of the reports is throwing connection time out error like below. Or  ome time error is like Underlying connection has been forcibly closed.

Server was unable to process request. ---> The request channel timed out while waiting for a reply after 01:00:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> The request channel timed out while waiting for a reply after 01:00:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> The HTTP request to 'http://servername/992c34ec31d9471bbad55a3c73ac05d9/ReportExecution.svc' has exceeded the allotted timeout of 01:00:00. The time allotted to this operation may have been a portion of a longer timeout. ---> The request was aborted: The operation has timed out.

We have updated the SendTimeout  in the Report server config at location: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\WebServices\Reporting\web.config to about 4 hours . Updated Timeout of Reporting Service settings in Central Admin .And also httpExecutionRequest time out for reportserver inSharePoint web.config.In our application also have set the Reporting execution timeout to large value. All these updates also have no effect .

Can you please suggest an solution to  resolve this issue. This is a production issue and are struggling with it from a long time.

SSRS 2019 and es-LX locale, running on Windows 2016 ec2

$
0
0

Good morning all.

We are using SSRS 2019 on Windows 2016 ec2 (from AWS). The report that ran fine on SSRS 2014 running on Windows 2012 isn't running now. The LOCALE we are using is es-LX. How can we add this culture to the machine or get this fixed without updating the rdl (update to the rdl would involve code change and hence the full software testing cycle).

Below is the snippet from the SSRS log file.

processing!ReportServer_0-1!1480!04/14/2020-11:25:56:: w WARN: Data source 'xxxxx': Report processing has been aborted.

processing!ReportServer_0-1!260c!04/14/2020-11:25:56:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: [AbnormalTermination:ReportProcessing], Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> System.Globalization.CultureNotFoundException: Culture is not supported.

Parameter name: culture

4096 (0x1000) is an invalid culture identifier.

Thanks.

Reporting Services Connection

$
0
0

I've been tasked with editing a 4yr old report that was created in SSRS 2012. The only report editing tool that's available now is Report Builder 2016. When I try to connect to the SSRS 2012 Reporting Services via the Report Builder in order to use any of the available Data Sources on that version of SSRS for any report that I want to create, let alone the report that I've been tasked to edit, I get the following error message:

"The permissions granted to the current user are insufficient for performing this operation..."

Report Builder Tool version: 2016
Reporting Services version: 2012

Is the Report Builder tool causing this issue or are there some permissions that need to be granted to my Domain Account in Reporting Services?

If permissions need to granted to my Domain Account in Reporting Services, where do I need to go grant those permissions and what should those permissions be?

Thanks All For Your Help With This Issue

PPT export - Page borders not coming

$
0
0

Hi,

I have a SSRS report with (added ) Page Border. 

PPT Export does NOT shows the border.

Note:

* PDF Export shows the border perfectly.

* I tried doing the same report in Power BI Report Builder, Power BI Desktop, all has the same issue, when I export to PPT, it is not giving the border.

Does any one has any solution or experienced this weird behavior?

Please advise.

Thanks

Sreedhar


Vankayala S


Email Option is not available in Subscription even though Email Setting has been set

$
0
0

Hi, there:

After set up email setting and smtp in Report Server Configuration Manager,  email delivery option is still not available in Subscription Destination | Delivery.

I was able to see email option in our UAT server which I set up a month ago, now I followed same steps to set up in Production,  that option is not there.

Do I need to do anything else beside set up email setting in Report Server Configuration Manager?  

Thank you very much for the help!

Amy

It looks like SSRS generates MST time stamp instead of EST. But Reports are running EST time Zone

$
0
0

HI Team,

Recently we have migrated SSRS from 2008 to 2016, we didn't face any issue after migration except time zone. SSRS server in EST timezone and user desktops in MST time zone. All reports are running  in EST Time zone without issue, but last run status was showing in MST time zone in use machine. Please find the below screen shot. Can any one please help me.

PowerPoint / PPT export - Page borders not coming

$
0
0

Hi,

I have a SSRS report with (added ) Page Border. 

PowerPoint / PPT Export does NOT shows the border.

Note:

* PDF Export shows the border perfectly.

* I tried doing the same report in Power BI Report Builder, Power BI Desktop, all has the same issue, when I export to PPT, it is not giving the border.

Does any one has any solution or experienced this weird behavior?

Please advise.

Thanks

Sreedhar


Vankayala S




LOOKUP Function Errors in 150.1404.0 Version

$
0
0

The latest release of the Winforms ReportViewer has a bug where the Lookup function returns an error sometimes, but not always. I found a post in a Power BI forum (I couldn't provide the link because my new account is not verified, but you can web search for "PBRS March Update breaking existing RDL reports that use LOOKUP function" which documents pretty much the same thing. I could not find any report of this for the winforms control, but I am seeing the same thing. Is this being worked on for the Winforms Nuget 150.1404.0 version as well? How can I find out and/or add my vote to the bug report.

SSRS subscription

$
0
0
I can change the owner of a subscription with a powershell script.Can I also change the email address of this subscription with a powershell script?(New owner - new email address)

RDLC Report Rich Text Editor Formatting Image Issue

$
0
0

Hi,

I have save the rich text editor values as html format in database. By using RDLC report designer, format the text by"Placeholder Properties- > HTML - Interpret html tag as style".

All tag has been formatted and Text have been  display as expected. But image not displaying. The images is saved in DB like "<img width="575" height="211" src="data:image/png;base64,R0lGODlhPwLTAHcAMSH+..........".

Kindly anyone help me to rectify this issue. Sorry for mu poor english.

Thanks in advance,

Report Builder 3.0 for SQL 2014 Has Stopped Working

$
0
0

I use Report Builder for some of my reporting needs. It has stopped working. This is both the stand alone install and launching from Report Manager. There is no error message. The Microsoft SQL 2014 Report Builder pop up screen appears and then nothing. It does not error and does not open. I have tried uninstalling and re-installing it, but it makes no difference. 

Any suggestions on how to fix this would be appreciated.

Link report row to open the corresponding form in document management system

$
0
0
We have a report in SSRS built with Report Builder.  We want the user to click a row in the report and for it to open a new window to our document management system for that particular record.  We have used the Hyperlink Expression, but it shows the entire url including where we are passing the parameters of the record in the URL.  What are the other options to address this functionality without showing the url with the record parameter in there?  I am open to any and all suggestions.
Viewing all 20764 articles
Browse latest View live


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