Quantcast
Viewing all 28687 articles
Browse latest View live

Global reporturl parameter takes only http link even if the link is opened in https

Hi,

We have enabled https in our ssrs, we do have landing page from there reports are opening using go to report in action from text box.

 We used global.reporturl parameter to get configured url. it is working fine but still getting http url only.

Br,

Shams


SQL Server Mobile Report Builder: Titles are showing in design and preview but are missing from production

Using SQL Server Mobile Report Builder with number gauges.  

The titles started not to show in production even though they still show up in design and preview.

I tried setting the number format to currency and deploying to make sure I'm pushing to the right place and verified that.

When we initially launch many months ago, I don't remember us having this problem but now we have it and am wondering what is the fix to the problem.  Thanks in advance for your help.

Image may be NSFW.
Clik here to view.


Eric

SSRS Mobile Reports Titles shown in report builder and preview not in web browser

The tiles in report builder and in preview show titles and subtitles. Recently these are not visible when mobile report is displayed in web browser. 

Another blank page issue..

Hi,

I've gone though plenty of posts about similar issues and I have gotten my most urgent problems fixed, but I'm having one last problem that just refuses to be fixed. I have a report that have text boxes with names and dates at the top, then a tablix that gets information about the customers orders, then some more textboxes below that getting values about totals and names of the one handling the report. In a small order those things should fit on one page.

I had blank pages every second page in the beginning, except for after the first page, there I had three blank pages. After fixing the widths of the report and turning on ConsumeWhiteSpaces, I fixed it when viewing it in a report viewer. But when I convert it to PDF, most of the blank pages disappeared but I still have one lingering blank 2nd page when the report is small and should fit on one page. If I do a report that spans 10+ pages, there will be no completely empty pages.

Anyone who could give me some help on how to fix this? And why is the page after the first page behaving differently from all other pages? 

Best Regards, 

Mattias

SSRS report builder - cannot see tables

Fellow SSRSers

We are using SQL 2016 report builder.

We are buidling a data source, it works perfectly. The sql login and password are fine that the sql login as dbo owner to the database we want to report on (that db is owned by our reporting team). Testing connection is fine.

When we try to use the data source, we do not see any tables to pick from to build the query. All we see are a few system tables of  names I have never seen - I think that are starting with the letters sf.

What are we missing.

thanks

MG

Running subscriptions based on a calendar

Would it be possible to run a monthly subscription based on a calendar table?  We use a 4-4-5 calendar where every month starts on a Monday. Would it be possible to use that calendar table to schedule the subscriptions to run on the first fiscal day of each month?

John Schroeder

Sum Total LookupSet Expression (Reportbuilder)

Hi

New to this....self taught!

I use reportbuilder and have hit a problem with summing LookupSet expression. I've got 2 datasets, the join returns Pord_Value as I would expect, however cannot get the Pord_Value to sum (total) 

used the following so far.....any guidance would be appreciated

=join(Lookupset(Fields!Pord_POId.Value,Fields!Pord_POId.Value,Fields!Pord_POValue.Value, "DataSet2"),",")

Report properties code, I inserted:

Function SumLookup(ByVal items As Object()) As Decimal

If items Is Nothing Then

Return Nothing

End If

Dim suma As Decimal = New Decimal()

Dim ct as Integer = New Integer()

suma = 0

ct = 0

For Each items As Object In items

suma += Convert.ToDecimal(item)

ct += 1

Next

If (ct = 0) Then return 0 else return suma

End Function

To calculate the total for column Pord_Value

=code.sumlookup(Lookupset(Fields!Pord_POId.Value,Fields!Pord_POId.Value,Fields!Pord_POValue.Value, "DataSet2"),",")

Result - returns the value from the 1st entry as the total sum...Mmmmm!

VS2017 hangs when returning from Query Designer

I have a Report design (rdl) in Visual Studio Community 2017, SQL Server 2014.

There's a report dataset bound to a stored procedure. After I make a change to the underlying sproc that returns additional columns, I bring up the Dataset Properties dialog and test it with the Query Designer. The query runs successfully but when I hit OK it hangs (see below) and I have to restart Visual Studio. Resource problem?

Image may be NSFW.
Clik here to view.


Darrell H Burns


Re: Including text boxes within chart

Hi all - 

i have been tasked with creating links within a chart on Report builder in terms of a neat text box. I know that i can add additional titles to the chart and add data/links within that. Is there any other way that i can add a "text box" within the chart that i can have easy control over? I may need to repeat these links in each specific chart in the report so am looking for an easier and repeatable process that i can do this with. i have attached an example of what i am trying to accomplish below. 

Instead of inserting as an additional title (these will be companion drill through reports), i want to include a text box neatly which i could copy over to other charts too if i wanted. How can i do this? When i try to overlay a text box and run the report, it just pushes the text box under the chart instead of overlaying it. I can position 1-2 headers, but it will be a lot of manual work to do it for 20+ charts on my dashboard.


Disabling a report in SSRS

Hi all - 

Is there any way to disable a Paginated Report in SSRS? For example, i have a report that is currently undergoing maintenance. I wish for it to remain present on SSRS but to be disabled for any users trying to access the report while it is being fixed/maintained. 

I have not found a direct option to do this other than moving or renaming the report. Please let me know if this is possible somehow.

Thanks,

Srini

How do I make an Alert property work just like I want it to?

What is the capacity of Action properties in SSRS? Ok, so, just like a hyperlink in html, in SSRS, most objects have an Action property that you can set to any URL, such as the URL of another report. So this leads me to more questions. There are several ways of setting up hyperlink. You can make it so that when you click on it, it opens an entirely new browser tab, or you can set it up so that the next page overrides the current page displayed in the browser. Is there a way of setting the Action property so that you tell it exactly what you want? But wait, there is more, I have learned (and maybe you have too) that an SSRS page on a 2008 server does not display correctly in a Chrome browser (the report is shown in a tiny iframe for some reason). So is there some way to make the Action property such that it will only open Internet Explorer?

I have two reports.  One I want to make sure that the action does not open any net tabs (I am guessing now that this is the default anyway.  The other report, is going to be sent out as an email alert subscription.  So the Action properties in this second report needs to open a browser.  I want to know if I can structure the Alert such that it opens Internet Explorer instead of Chrome since Chrome does not work.

Here is the next question. Another developer showed me a report he made that is embedded in an iframe. I wonder if that is even necessary if you do not have any need for a separate web page's content for a report. Is there any need for that if I am just going to have one ssrs email alert with Action property objects that will open up another browser showing a direct link to an SSRS report?

how to build BI solution using SQL Server

Hi,

pls guide or share information regarding how to build BI solution using MS SQL Server. What steps are required.

thx


iffi

Hide/Show Tablix based on selecting multiple parameters

Hi all,

I have requirement from my client to show/hide tablix in ssrs report based on the parameters selected

I have 3 parameters 11,12,13 and i have 3 tables T1,T2,T3

If i select AB as parameter it should display only table T1, IF i selected parameter BC It should display T2 and CD to T3 as follow. i completed above scenario by writing the visibility expression as below:

=IIF(Parameters!Product_Type.Value(0)="11",false,true)

=IIF(Parameters!Product_Type.Value(0)="12",false,true)

=IIF(Parameters!Product_Type.Value(0)="13",false,true). like this i wrote the expressions and its working fine. but my problem is if i select multiple parameters for example if was selecting multiple parameters once as 11&12 it is displaying only one table, if i select all the parameters also it is displaying one table. it should display tables on selecting multiple parameters as well as single parameters. please help me on this

Thanks

Mahesh

SSRS 2017- Trying to print on IE11, asked for SSRS2014 ActiveX to be installed

We have recently upgraded from SSRS 2008 to SSRS 2017.

When I try to print a report on IE11, I get a messeage to install toy Reporting Services 2014 ActiveX Control. Even when I do install it on my PC (I have adminstrator rights), everytime I reopen the browser and try to print, I get this message.

Regards,

Marios Tofarides

Thousand seperator as dot in reports instead of comma(,)

Hi,

I want use thousand separator as dot instead of comma(,) in my reports

can any one help in this issue


SSRS 2005 - Failure sending mail in e-mail subscription

Hi,

I added a new TimedSubscription to a report.  However when the report ran, it hit an error.  The Status text was as follows.

Failure sending mail: The permissions granted to user 'domain\user1' are insufficient for performing this operation.

(assuming domain\user1 was my account)

I have the Content Manager role to the report and its folder.  I could run the report interactively with no issues.  This particular report does not require any parameters.

The odd thing was this only happened when I selected "Include Report".  If I selected only "Include Link" it would be fine.

To troubleshoot, I changed my role to System Administrator in Report Manager and re-tried.  The same result was observed.  However after I added my user account, domain\user1, to the local Administrators group, the problem went away!

What rights (in SSRS, local server, folder, etc) does a user need to have in order for the e-mail subscription with file inclusion to work?

The systems involved are as follows.

Windows Server 2003 (SP2)
Microsoft SQL Server Standard Edition, 9.00.4053.00

Thanks.

 

Best regards,

Jude.

Microsoft.ReportViewer.WinForms 15.0 class reference

Cannot add vertical lines in the report

Hi All,

I created a report and selected tabular, when i am done creating the report in the preview i can see only the horizontal lines and not the vertical.please advice. Also i have added an image on the top, how can i make it display on each page.

Another big issue is when i tried to preview i am getting some weird error i am getting redlines, please see the 3rd image.

Thanks

Image may be NSFW.
Clik here to view.

Thanks



How to get row and column value sum in SSRS matrix

I am making an SSRS report using matrix. I have to horizontally and vertically sum the values as shown in the below example.

Image may be NSFW.
Clik here to view.

I am trying something like

reportitems!txtJanSal.Value+reportitems!txtFebSal.value+reportitems!txtMarsal.value

but getting the error" Report item expressions can only refer to other report itemswithin the same grouping scope or a containing grouping scope. Matrix is grouped by state and empid fields. Please help.

SSRS 2012 report rendering on IE11


I developed reports in SSRS 2012. Users view reports using IE11 (version 11.0.9600.18537). I set the report columns visible(Column headers) while scrolling. It works fine in the reportviewer but when I deploy it to the report manager header(report column headers) does not scroll anymore. On the IE 11 I tried to change the document mode to 10 and it works fine. But upon refresh it goes away. Now fixing the browser is hard as we may have to make a policy change across the company which is no go.

Please suggest a SSRS server side fix. Thanks in advance.

Already tried the server side fix. But failed to work. https://www.mssqltips.com/sqlservertip/3666/sql-server-reporting-services-ssrs-is-not-compatible-with-internet-explorer-11/

As a matter of fact I don't even have the suggested meta tag in the "reportviewer.aspx" but I tried to add it anyway with no success of working.

<meta http-equiv="X-UA-Compatible" content="IE=5">

I expect column headers to be visible while scrolling on IE11 on SSRS 2012 report manager. Since we own SSRS 2012 report manager and I have admin access I can try to make changes in that server.


svk




Viewing all 28687 articles
Browse latest View live


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