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

SSRS 2012 IE11 Navigation toolbar over multiple rows

$
0
0

During the past week Windows update automatically installed IE11 onto our development computers and many of our client’s computers. In all cases SRSS 2012 reports appear with the navigation bar split across 5 rows.

When we run the same reports on our SRSS 2008 server they appear correctly through IE11.

If I add the website to the compatibility View Settings page in IE11 the report works normally however its impractical to ask our clients to do this on each of their computers due to varying skill sets and security restrictions.

There must be an update or change we can make on the SSRS server that either fixes the issue or forces IE11 into the correct mode.
I have attempted adding the IE5 compatibility meta tag to ReportViewer.aspx (this fixed some IE10 errors with 2008 last year) but had no effect on SRSS 2012.

Any Ideas?

How did Microsoft allow this to happen? Don't the IE and SQL teams test this kind of thing before a major release is forced on to peoples computers?

Thanks and Regards,
Jason


SSRS images in a tablix

$
0
0

Good day,

I have several images I would like to display on a report tablix. I wish to limit this 2 images per page.

i.e. I have a row grouping on the 'store name'; and would like to see only 2 images per page in excel when the report is rendered; thus, for example, if I have 5 images for store A, I want to have the following tabs in excel: 'store A' with 2 images, then 'store A' again with 2 images, and finally 'store A' with 1 image.

Please assist.

Regards

saving to excel 64 instead of 32 bit

$
0
0

Hi, one of our servers is std 2008 r2. We learned today that saving a new report to excel from rm fails most likely because the add in there is 32 bit excel instead of 64 bit excel and sometimes the volume of rows being saved exceeds 200,000. 

Can that server be changed in such a way as to make the add in 64 bit excel?  How risky is that (in terms of problems we'd see in production) even if its tested thoroughly on a test server?  I'm looking on the web for instructions.   The report can be filtered but when the user doesn't filter, we know for sure the save aborts.  

We understand the pros and cons of even allowing a user to save to excel but for the moment we have to allow it.

How do we embed Mobile Reports in a custom application/web page? Can I hide headers?

$
0
0

I see in the RC documentation support for embedding mobile reports in a web page.   I can create an iframe and point it to towards my report, but I would like to hide the SQL Server Reporting Services header, and the favorites/browse header, and just show the mobile report embedded. 

I can provide a url like the one below , but it shows the additional headers in my web app which I would not like to show.  From what I remember Datazen had a way of showing the report in a web browswer without headers via a URL parameter/option.  Can we do this with the SQL Server RC.     

http://myworkstation/Reports_MSSQL2016/mobilereport/new%20mobile%20report

Thanks...

Problem installing REPORT VIEWER 2012 RUNTIME missing CLR Types

$
0
0

Hello,

I have a win.forms application part of functionality of which is to show rdlc report. When I try to launch the application it says that ReportViewer assembly is missing, which was expected. When I downloaded and try to install viewer runtime from here:

http://www.microsoft.com/en-us/download/details.aspx?id=35747

I receive that Microsoft SQL Server System CLR Types are not installed and must be installed first. I downloaded appropriate installation from http://www.microsoft.com/en-us/download/details.aspx?id=29065 and it installed successfully. But when I try to run viewer runtime installation it still says that Microsoft SQL Server System CLR Types are not installed.

What do I miss?

Show parameter bar

$
0
0

Hi,

When I open the .rdl file I can view my report. The parameters also have default values. So, the parameters bar does not show up, and is minimized. Can I so something for the bar to stay expanded and visible?

Thanks in advance for your help! :)

ssrs 2016 bar graph question

$
0
0

hi just doing some exploratory work with SSDT 2015 and ssrs 2016 and had a simple question about a simple line graph, I have a dataset with a employee age in it I want to make a simple bar graph to display the counts of various ages so I did the below

this is what the graph came out looking like

any guidance on this ?

SSRS - SSRS Best Practices & Guidelines

$
0
0

Dear All,

Could you please provide SSRS - Best practices and guideliness? Thanks in advance!


displaying military time in SSRS

$
0
0

I need to display time in the following format

"yyyyMMdd hhmm"  using military time.  The SQL returns the correct military time, but using the format "yyyyMMdd hhmm" I'm getting standard time. 

If I format the date using FormatDateTime(fieldname,"What needs to go here to get the military date format I need?)

I figured it out - in SQL  format(StartDateTime,'yyyyMMdd HHmm') as militarystartdatetime...the difference - hh returns standard time HH returns 24 hour time  - I just saw Olaf's answer  he should get the vote.


Samyra Chrisp



Tool to search RDL files

$
0
0

Anyone know of a tool to read .rdl files in a directory.  Trying to search all reports for a particular view or proc.

 

thanks

SSRS Chart

$
0
0

Hi all,

I have a chart in SSRS that is 99% functional except I'm having a hard time getting multiple results to calculate.

as you see from the attached, all the results are calculating to the same amount. I need to calculate each one independently, so PRE-TEST INSPECTION would have a unique %, so would MECH ASSY and Final Audit.

Attached is also my settings. Any help is greatly appreciated.

Hope that makes sense.

Thanks!

<section class="post-menu-area clearfix" style="margin-bottom:10px;margin-color:#222222;font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:19px;"><nav class="post-controls clearfix" style="padding:0px;">
<button aria-label="share a link to this post" class="widget-button" data-post-number="1" data-share-url="/t/ssrs-chart/6261?u=jcbuche" style="color:#c8c8c8;font-style:inherit;font-variant:inherit;font-size:1.143em;line-height:18px;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;margin:0px 2px 0px 3px;overflow:visible;cursor:pointer;padding:8px 10px;vertical-align:top;border:none;background-image:initial;background-attachment:initial;background-size:initial;background-origin:initial;background-clip:initial;background-;background-repeat:initial;" title="share a link to this post"></button>
</nav></section>

ssrs data labels position

$
0
0

Hi I have a range column chart and want to place the data labels outside of the bar.  I have already went to properties of the value and change the label position to "outside", but is not working.  Thanks


LISA86

Replace string with an image

$
0
0

Hi,

I am trying to replace each string in a text field with an image. 

my table contains 2 columns and in the second column there is a linebreak with values:

P1 |  A
        B
        C

P2 | A
        B
        C

I am trying to replace the values "A"  with "image1.jpg", values "B" with "image2.jpg", values "C" with "image3.jpg"

Can this be done in SSRS?

Thanks




Error deploy Reporting Services

$
0
0

SeverityCodeDescriptionProjectFileLine
Error[rsInvalidReportDefinition] 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 or not valid based on Reporting Services schemas. Details: Data at the root level is invalid. Line 10, position 17969.

I am using the VS with ReportingServices version and I use parameters in my project

Microsoft SQL Server Reporting Services Designers 
Version 13.0.1400.361

SQL 2014


Reporting Services and Availability Groups

$
0
0

Do you still need KB 2654347 for Windows 2012 R2 + SQL Server 2014 when including the Reporting Services databases in an availability group?  Could not find a patch for Windows 2012 r2.

thanks

Peter


Create Credentials for report subscription

$
0
0

I am refused subscribtion to a report becase I dont have credentials.
I entered the SQL Server Management into security and created credentials.

And testing the result I am getting en error

 

Compare Values in Two Colum Groups in a Matrix

$
0
0

Hi All,

I'm trying to see if it's possible to compare two values that are in two different column groupings in a single matrix.  I have a column group of quarter within a matrix that is a child group of year; adjacent to this group, I have another group of quarter that is a child group of year.  The idea here is that I have two years (2015 and 2016) along with their quarters shown, then right next to it, I have a better/worse section that compares q1 of 2015 with q1 of 2016, q2 of 2015 with q2 of 2016, etc.  The target output would look like this:

In the example the first group of year and its child group of quarter encompasses 2015 and 2016; the adjacent group for year and quarter starts in column N.

Columns M, N, O, and P are what I'm after.  I've tried a few expressions and even some custom code that would compare columns, however it's not working.

Any help will be appreciated.

Thank you.

how to get the parameter value into the print out of the report in SSRS

$
0
0

Hi ,

I have a SSRS report  which takes address as parameter but when user tries to take print out this report value of the parameter is missing.so how to keep the parameter value in the printout of ssrs report.

Thanks

Reportingservices setup problem SQL Server 2016 RC2

$
0
0

IN Reporting services we got this error Message in the WEB Application when I open the Folder:

"Could not load folder contents .  Something went wrong. Please try again later."

Any suggestions?

There is no error Messages in the database/Widnows server log.

BRG
BT

SSRS SubReport only showing first record in Multi Value parameter

$
0
0

Hello.I have a Main Report / Sub Report setup passing a multivalue parameter. 

Here is an overview: There are five parameters in this Main report:

@BegDate - date/time
@EndDate - date/time
@BegRoute - int
@EndRoute - int
@PickTick - int (multivalue)

Each report has a carbon copy of the parameters and only one of these parameters is multivalue (PickTick).  Under the Subreport Properties/Parameters, is set up as follows:

Name                Value               Set Expression
BegDate            [@BegDate]           =Parameters!BegDate.Value
EndDate            [@EndDate]           =Parameters!EndDate.Value
BegRoute           [@BegRoute]          =Parameters!BegRoute.Value
EndRoute           [@EndRoute]          =Parameters!EndRoute.Value
PickTick             [@PickTick]             =Parameters!PickTick.Value

When I run the Main Report (in this example, I'm using 3 values for the parameter Ticket), it appears to pull up pages reflective of my three choices.  Great!  However, I see the same three pages of subreports accompanying each individual page from the Main Report.  Not Great! Obviously there should only be one sub report per main report. 

Some additional information: When I run the Sub Report by itself with the same multiple choices for the parameter Ticket I see three reports. Basically it looks good. 
Also, my where clause in my stored procedure is set up as follows:
Where...and n.pick_ticket_no in (SELECT * FROM dba_parseString_udf(@PickTick, ','))

So it appears that the parameters are passing just fine.  However, I was expecting the Ticket parameter to match up on a one-to-one basis.  For some reason, the subreports are just duplicating on the Main Report selection.  Not sure what I'm doing wrong here.   

Any idea of what may be causing these additional SubReports showing up in each and every Main Report?

Brian




Viewing all 10045 articles
Browse latest View live


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