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

NooB to SSRS, need help with filtering on a chart

$
0
0

I have a DataSet that contains the following informaitom

City              CountIt     Coast   Month

Baltimore        20            E          9
Baltimore        44            E          8
Baltimore        42            E          7
Boston           10             E          9
Boston           38             E          8
Boston           24             E          7
Buffalo           14             L          9
Buffalo          148            L          8
Buffalo          126            L          7

I have a graph that should display the data per Coast, with is does by itself.

When I try to add an additional filter on the Month, the graph displays "No Data Available"

Initially I thought that I created a conflict with 2 filters so I removed the Coast filter, but the problem still exists.

Here is what I currently have for the Month filter;

Expression :  =Int(Fields!Month.Value)

Operator: =

Value: = Month(Parameters!ReportDate.Value)   

Now the data goes back 3 months, July, August and September.

When I plugged in 7 ( for July) I had data, but nothing for August or September, but the data set has data for all three months.

Thanks


Excel found unreadable content in

$
0
0

Ever since we upgraded to SQL 2012 from SQL 2005 we have certain reports that are now opening in Excel with this error.

"Excel has found unreadable content in <filename.xlsx>.  Do you want to recover the contents of this workbook?" So workstations can hit Yes and repair the file, others get a different error....  "The converter failed to open the file."

Is there any type of SQL 2012 hot fix for this?

SSRS 2005: Allowing the user to specify sort order

$
0
0

I've got a report I recently did in SSRS 2005. The users want to be able to sort the returned data by one of 2 columns (either service type of date of service). I've just Binged this and am getting the feeling that making it possible for users to specify which column to sort by wasn't added until SQL Server 2008, at the earliest. Is that true?

If that isn't true, if I can make it possible for users to specify which column to sort by in SSRS 2005, how is it done?


Rod

Javascript Problem for Drill Down Action in SSRS Report when integrated to PPS 2010

$
0
0

Hi all,

I have a SSRS report which is integrated to PPS 2010(Performance Point Services) and it is having a drill down action through Go to URL action(I wrote javascript:void(window.open('xxxxx')) to open drill down report in new window).

This report has 5 parameters and all are multiple valued. Drill down report is opening very well when I open the report form Report Manager for any number of parameters values selected. But when I integrate the same report is PPS and deployed to SharePoint then it is working only for 23 parameter values selected in PPS filters. If I select more the 23 values in PPS filters then the drilldown report is not opening.

But it is working well in Chrome, I verified in IE and Mozilla, both browsers are having problem.

When I look at Error Console of Mozilla, it is showing a javascript error as "Error: uncaught exception: ReferenceError: window is not defined" but the same report is working well if I select less than 24 filter values.

Please provide me the solution

Thanks in advance

 

LIST REPORT MANAGER URL OF SSRS ON LOCAL MACHINE AND LAN USING C# AND VB.NET

$
0
0

How to get list of all SQL Server Reporting Service Instance on Machine and LAN using C#?

For example, we use SqlDataSourceEnumerator class to get SQL Server Instance Name on Machine and LAN. How to do same for SSRS Instance?

NEW QUESTION:-

How can i get list of all Report Manager URL of SSRS started on LOCAL MACHINE and LAN using C#?


Deepak Kumar Singh


SQL 2008 Report server

$
0
0

I have configured report server and while creating webservice URL I am getting the below error in application logs

The application domain WindowsService_3 failed to initialize. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error.

at Microsoft.ReportingServices.Diagnostics.RSConfiguration.get_ConnectionString()

at Microsoft.ReportingServices.Library.ConnectionConfig..ctor()

at Microsoft.ReportingServices.Library.ConnectionManager..ctor()

at Microsoft.ReportingServices.Library.ServiceController.ServiceStartThread(Object firstStart).

When I looked at other errors below this log. I have also found Report server windows service error.

The application domain WindowsService_3 failed to initialize. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error.

at Microsoft.ReportingServices.Diagnostics.RSConfiguration.get_ConnectionString()

at Microsoft.ReportingServices.Library.ConnectionConfig..ctor()

at Microsoft.ReportingServices.Library.ConnectionManager..ctor()

at Microsoft.ReportingServices.Library.ServiceController.ServiceStartThread(Object firstStart).

Could some one know whats goign on


Rama DBA

Where is the SSRS BrightPastelle Color Template File located with the Complete Color Names of 10-16 colors used

$
0
0

Where is the Where is the SSRS BrightPastelle Color Template File located with the Exact Color Names used?

I'm looking for the specific color listing within the Palette that should include between 10 -16 specific colors.

Many thanks!


John



Need help with fixed dollar sign in SSRS

$
0
0

I'm trying to have all dollar signs line up left aligned while the values are right aligned without using 2 fields (so that when it exports to excel there aren't two columns).

Here is an example:


$             1,0000
$                     1
$                  222

Neither of these line up correctly:

="$"& Right(SPACE(25)&Sum(Fields!Myfield.Value), 25)

="$"&"                                  "&Sum(Fields!Myfield.Value), 25)

Any ideas on how to do this in R2?





SSRS 2005 to SSRS 2012 migration - Issues with Expressions

$
0
0

Hi,

Our SSRS admin group migrated SSRS 2005 to SSRS 2012 reporting services. We skipped 2008.

So far we have been using Visual Studio 2005 to design and deploy the reports. When we tried to deploy reports on the SSRS 2012 report server using VS 2005 we are seeing some wierd characters like flower braces and few fields are not getting replaced with the dataset values. But when we do a preview of the report on VS 2005 it looks fine.

We replicated the same scenario on VS 2008 & VS 2010 but on these even the preview doesn't work. Can anyone suggest what needs to be done on this regard? It would be very helpful.

Thanks

Pavan

Hide Grid Lines in Tablix

$
0
0
Hi,

Is it possible to completely hide the grid lines in a tablix?  I don't want to show any lines, not even the light gray lines that are shown by default.

Thanks.

AM

Exporting from SSRS to Excel - differennt types of data in tabs

$
0
0

I need to provide an expoert into Excel that has detail data broken into separate tabs (already in place) and summary data on a different tab.

Is there a way to combine this data into a single workbook from a single SSRS report?

Thanks!

In Group vs. Dataset Scope

$
0
0

I have a list of Managers in a Row Group. Plus there is a field of managers that have helped do something. I have a report built so that it groups the managers, and I would like to count the # of times the manager helped anyone and enter it in the row the manager is grouped in.  There are 2 Functions I have used. One counts a particular person. The second get an error about scope.

=Sum(IIF(Instr(Fields!Participating_Managers.Value, "Joe Smith")>0,1,0), "MOV")  - Success

=Sum(IIF(Instr(Fields!Participating_Managers.Value, Fields!MOV_Lead.Value)>0,1,0), "MOV") - Count of first manager in scope.  Would like to use the value of the current MOV_Lead for this group.

I should mention that I am using Reporting Services 3.0 and connecting to InfoPath forms report in SharePoint.


Hide Dcoument Map by Default while viewing the Report in SSRS

$
0
0

Hello Experts

I use a Report where i have a document Map getting generated. but by default it is displayed and the user has to close the window to view the report. i wanted to know if its possible to hide the Document map window by default and based on the click of the icon the window will be show to the user when viewing in the default Report page.

/chandresh soni

Unable to scroll between pages - SSRS 2008

$
0
0

Hi,

I have created a report that when run in the Visual studio preview I can freely scroll from page to page but in IE I am unable to do so. I must click the next page button each time.

I have also noticed that for my main table(which spans several pages) I selected to include the column headers at the top of each page but they only appear at the very top of the table.

Any advice in how to sort this?

Cheers

Paul

Problem to Export Report in Word and image format

$
0
0

Hi All,

I have created a report by SSRS R2 Template, it has only one tabix control whose size detail is given below,
I am facing an issue When report is Exported in word format, it gets distorted(See Screen Shot Problem marked in Red), 




Probelm marked in Red

Tabix Size is:
Height: 
0.7025inWidth :74.81648in

Page Size(Landscape) :

Width:11 in
Height: 8in

Please help me on this it is very urgent for me....

Thanks in advance :)



shahsank


Horizontal Bar Chart and Overlaying Line Chart

$
0
0
I am using SSRS 2008 and developing my reports in BIDS.

I have a report with two data points. I want to chart the first as a bar (horizontal) chart and then the second as an overlaying line chart.

I created both data series, originally, as a bar chart. I have clicked on the second series in the "Drop Data Fields Here" area and changed the chart to a line chart. When I do that, it changes both series to a line chart.

However, if I use the column (vertical) chart for the first series, it will let me make the second one a line chart.

Is this a limitation of SSRS 2008? Can I not have one data point be the horizontal bar chart and the second one a line chart?

If so, are there any suggestions how to get around this?

Thanks.

Dynamically Add/Remove columns ssrs at runtime according to my select query

$
0
0

Hi All,

Today,i came with a problem which is common but i am unable to find any proper solution of this, so here i describe it,

I want to Add/remove columns  from ssrs report, according to user selection,

suppose my table structure is like,

A|| B||C||D ||E||

=================================

1|| abc|| xbg|| ih||hfj||

2|| kdj|| kjhv|| fh||jjh||

now,i have  to provide column selection to the user, like

if user select, B,D then my report should be like,

B|| D||

============

abc|| ih||

kdj|| fh||

So, How can i do this, i know about the option of Hiding Column, but i do not want that, because i have 100 + columns,

Xml Updation is also an option but it is a very lengthy process and i am unable to find proper solution for this,

Please help me on this...it is very urgent for me...

Thanks in advance....


shahsank

SSRS - Globals!RenderFormat.Name giving #Error for RDL files

$
0
0

Hi everyone,

In my SSRS 2008 R2 report I am using the following expression to set DynamicWidth property of a chart:

=IIF(UCASE(Globals!RenderFormat.Name)=

"PDF","26CM","10CM")

However, it does not change the size of the chart. I tried putting =Globals!RenderFormat.Name in a textbox to look up its value and it is giving me #Error, regardless of export format.

Any ideas?

SSRS 2008: When exporting to Word, Repeat header rows on each page functionality does not work

$
0
0
I have a report that uses the Repeat header rows on each page functionality for the Table Properties. When this report is exported to PDF the header rows of the table repeat on each page of the report, but in Word they only show up on the first page. Is there a workaround for this? The problem is that this is a subreport so I cannot just move the information in the header rows of the report to the report header as report headers do not render in subreports. Any ideas?

Report Processing Error / Query Execution / incorrect syntax

$
0
0

My report has three parameters (year, class, area) and there is no issue with picking one parameter from each. When  I choose 'Select All' or when 2 or items are chosen in a single parameter dropdown list, I am get this error:

An error has occured during report processing (rs Processing Aborted)
Query execution failed for data set <dataset> (rs Error Execution Command)
Line 3: Incorrect syntax near ',',

In the main query the only ',' are in the SELECT statement. Of course, commas do appear when more then one item is selected in a parameter ( i.e Class parameter: Class 1, Class 2)

If anyone has encountered this, your guidence would be greatly appreciated!

Thanks,

NinjaDragonfly


Viewing all 10045 articles
Browse latest View live


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