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

SSRS Report Charts do not auto-refresh but tables do

$
0
0

I have a report written on a SQL 2008 R2 server which has tables and charts in the report.

It is set to auto-refresh every minute.

When viewed in Internet Explorer 9 via the server or in Report Builder it auto-refreshes correctly.

However when viewed on a Windows 8 PC using either Internet Explorer 10 or Firefox the report does not refresh the charts.

The tables and other text update as expected but the charts do not change.

This has been reported before in a few instances by other posters on MSDN, mainly relating to reports embedded in sharepoint.

Their solutions are not suitable in this instance.

Any assistance would be appreciated.


Date Parameter

$
0
0

Hi every one,

Can you please help me in the below scenario.

I have a date column in the table.  (select sc_date from table_name)

I need to have a date parameter. when we run the report initially by default it should take ONLY previous months data. 

After initial run, user can select any month. So, in the report I need to get monthly data like any month.

If we select july parameter, we need to get all the data of july month or if we select june parameter, we need to get all the data of june month.

 

Thanks

Vishu

 


c How to Set Isolation Level in the Connection String

$
0
0

How to Set Isolation Level in the Connection String using the "Microsoft OLE DB Provider for DB2 Version 4.0"?

We are trying to move from Crystal Reporting that run against a IBM DB2 database on a mainfram to SSRS reporting and we have downloaded the "Microsoft OLE DB Provider for DB2 Version 4.0" and then worked with the DB2 Administrator to create the Packages.  We only have access to use the "Read Uncommitted ("MSUR001") package.   We were able to connect and pull data before he removed access to the other packages, but after setting access the Connection keeps trying to use the 'Cursor Stability (MSCS001)" package.   How do we change the Default to the "Read Uncommitted ("MSUR001") package???   Since it is keeps defaulting to the the other package we can't connect to do it in the T-SQL query, it has to be set at the Connection String level.

Last Entry Date for Each Quarter

$
0
0

Hi,

I want to find out the last entry date for each quarter. The query I am using is this:

SELECT 
Country.Name as Country,
CONVERT(DATE,MAX([CreationDate])) as LastDateOfClipEntry,
DATEPART(Year,([CreationDate])) as Year,
DATEPART(Quarter,([CreationDate])) as Quarter
FROM 
[dbo].[Clip]
JOIN Office on Office.Code = Clip.Office
JOIN Country on Country.Code = Office.Country
WHERE YEAR(CreationDate) IN (@YEAR)
GROUP BY Country.Name,DATEPART(Year,([CreationDate])) ,DATEPART(Quarter,([CreationDate]))
ORDER BY Country.Name


Now based on the column group I added in my report the result is coming correct but not properly formatted as I want.

Below is the snapshot how its coming now:

 

I don't want the extra blanks coming for each occurrence. There should be only one line for Australia and in the single line it should show the last entry date for that quarter. How can I achieve that ? Below is the snapshot showing current config:

Thanks a lot in advance. Any help would be appreciated.


Vivek Kamath


How to automatically pass value to SSRS Parameter

$
0
0

Anybody have experience with automatically passing parameter value instead of manually select the value in the filter. I have two related parameters Geo Name and Area, I want to automatically pass the Area value into parameter which is based on the selection of Geo Name. For example, when I select Australia in Geo Name filter, the only value in Area filter shows as APAC. What I want to do is have APAC automatically been selected instead of manually. The same for China, you will see GCR in the Area filter, but I have to manually select it. The reason that I want to have it be automatically select is I need hide Area parameter on the report, but it's been used on another dataset. Please feel free to let me know if you have any suggestion. Thanks a lot.

TY

SSRS 2014 configuration

$
0
0

Hi,

I recently installed SQL Server 2014 express with Advanced features including SSRS. My OS is Windows-7

SQL server has been configured successfully & running. But after configuring SSRS, I am not able to view the web page showing the SSRS manager. I only get a blank page showing myservername/reports followed by two lines and the message " Microsoft SQL Server Reporting Services Version 12.0.2000.8

I have logged into my Winows-7 64bit PC using Admin account. Alos i have changed the default port from 80 to 8081.

Also I have tried most of the solution offered by various experts and KBs.

Please advise.

KV Ram

Specify ReportBuilder credentials

$
0
0
By default ReportBuilder uses logged-in windows user when connecting to SSRS server. Is there a way to specify and pass custom credentials for this connection? 

Matrix column limitation in SSRS

$
0
0

Hi:

I have design matrix report in SSRS 2008 R2. I have dynamic Column group and it has 300+ columns. For this case when i export to Excel it get the Error (as below). Please help me out to solve this problem.

Thanks in advance.

 


Paramesh G


SSRS - How to display all the results from a query and then be able to filter the data

$
0
0

Let's say I have a simple query that will return products name, ID, price

SELECT pname,
       pID,
       price
FROM products

When I display the results in SSRS the user will (without entering any parameters) see something like:

Product Name | ID | Price
xyz                    1     $10.00
.                         .          .
.                          .         .
.zzz                    10   $4,000.00

How can I filter my results once they are displayed? For instance, Out of the results the user wants to see only the products where price is between $10 and $3000?


-Alan

SSRS Chart

$
0
0

Hello,

I have a Range Chart in SSRS 2008R2. I have three date range values grouped by category. I need to create a border like in the picture above around all three bars (ranges)in each category group for better visibility. Is there a way to do this?

Thanks!

SQL Server Reporting Services Native Mode: SSRS 2012 vs SSRS 2014

$
0
0

Hi,

I'm looking at getting my servers upgraded to SQL Server 2014.  My SSRS reporting server is SQL 2012 native mode. I know there were not really any significant enhancements in native mode going from SSRS 2008 R2 to SSRS 2012.  Does SSRS 2014 add anything significant/at all to SSRS native mode?


Dan Jameson
Associate Director of IT/DBA
Children's Oncology Group
www.ChildrensOncologyGroup.org

url not showing report in chrome says, insufficient permissions

$
0
0

When i deploy my ssrs report in BIDS it works but when am trying the url in chrome it says insufficient permissions.

SSRS - "The value for UrlRoot in RSReportServer.config is not valid. The default value will be used instead." But UrlRoot is blank.

$
0
0

I get this error when i restart the SSRS services, so the reports pages will not load. I heard this was a permissions issue. I have tried putting in the url to the reports page with no luck. 

any other suggestions? 

Running SQL Dev Edition 2012 SP1

SharePoint 2012 Includes the rdl Extension for SSRS Subscriptions

$
0
0

We have just started using SharePoint 2012 and SSRS 2012 (integrated mode) for a new reporting environment.  One thing we have noticed is that SharePoint includes the .rdl file extension in the Subject line for all subscriptions.  Has anyone else encountered this and know a way to stop the .edl extension from appearing?  An example is below.  Thanks in advance for any assistance.

Example of Subject Line:

ReportName.rdl was executed at 8/3/2014 10:15:09 AM

I am showing only five column from dataset into table but While export reports to excel then I want to export all coumns of dataset.

$
0
0

I am using SSRS.

In Report view , I am showing only five column from dataset into table but While export reports to excel then I want to export all coumns of dataset.

Dataset has 25 columns.

If any one can Help on this .

Please suggest me.


SSRS Drill-through report to open in seperate window

$
0
0


Hello

I have a situation where I am passing parameters from main report to drill-through report. Below is my nightmare

When i asked to open in the same window with these parameter settings attached, it works. However, when i use a javacript code below to open in another window, it opens, BUT asks for values to be put in the textboxes again

="javascript:void(window.open('Server/Drill-through report name&rs:Command=Render&ReportDate="+Parameters!ReportDate.Value+"'))"

I am using Visual Studio 2012.

Thank you

SSRS 2014Local database

$
0
0

Hi,

I have installed the SQL server 2014 Adv with SSRS. After configuring the SSRS I am facing an issue. I created a report in report Builder 3.0. When I use the local dB "AdventureWorks2014", then I am able to run the report in Report Builder and also on Browser.

But when I use a Database on another machine (intranet PC in my department) I get the error "

An error has occurred during report processing. (rsProcessingAborted)
Cannot create a connection to data source 'DailyEnergyView'. (rsErrorOpeningConnection)
The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services. (rsOperationNotSupported)

The Test connection to this dB is successful in the Datasource configuration in the Report Builder.

Please advise. Has it got to do with SSRS / report builder/ SQL Server Express 2014 features??

regards,

KV Ram

Trying to render an Image using a SharePoint List and SQL Database get an error message and image does not render

$
0
0

I am having trouble rendering an image. I receive an error message

 

Warning        3        [rsInvalidDatabaseImageProperty] The value of the ImageData property for the image ‘Image3’ is “=Fields!Prelink.Value+(Lookup(Fields!Project_Number.Value,Fields!ITISProject.Value,Fields!Required_Field__must_be_selected_for_picture_library_details_view_.Value,"L"))”, which is not a valid ImageData.        

 

Here is the Set-up

Sharepointlist (L).. Contains the image and a primary key

 

ProejctWebApp (D) (database) … with additional data and primary key.

 

I can create a table using the L as the primary and lookup() for the D. The table finds and displays the correct images.  For the Image element on the list I use a calculate column to provide the full image path name

="HTTP://Servername/"+Fields!Required_Field__must_be_selected_for_picture_library_details_view_.Value

 

I cannot do it the other way around where D is the primary and use lookup() to find the image. The D contains 95% of the details I need to show on the report. I get the above error message

 

I created the following expr

=Fields!Prelink.Value+(Lookup(Fields!Project_Number.Value,Fields!ITISProject.Value,Fields!Required_Field__must_be_selected_for_picture_library_details_view_.Value,"L"))

Which returns the correct value (being the full image path/URL) when added to a column. 

However when I insert an image into a column and use this expr … I get the above error message

 

Any ideas on a better way (OK the correct way) to do this?

 

Regards

Andrew


Andrew Payze

How to display mutpliple components of one report in SharePoint webparts?

$
0
0

Our customer requires flexible report layouts in SharePoint. For example, if we create a PivotTable, a PivotChart and a filter in Excel, then these three elements should be made available as separate webparts so they can be placed anywhere on the SharePoint page, e.g. the filter should be placed into an area which only opens on demand. The different webparts that make up the one report should still interact of course.

Another demand is to export certain parameters, e.g. the name of a dimension, and again make that option available in the form of a webpart, so the end user is able to select from a preset list of dimensions.

I am unsure if any of this is at all possible, since I have worked with rather "plain" Report Services reports and some Excel Services (w/o PowerView) reports in the past. I am thankful for any hints concerning such customizations, whatever the technology may be (must stay in the MS BI world of course). Even implementing custom webparts that somehow communicate with SSAS (using Reports Services web service maybe?) would be an option if everything else fails.

In report viewer , We want filter the result set of report viewer from user end like excel sheet filter.

$
0
0

I am using SSRS. 

I have one requirement from the client side.

1.) In report viewer , We want filter the result set of report viewer from user end like excel sheet filter.

Is it Possible ? 

If yes then How ? 

If no then Why? 

Please suggest me.

Viewing all 10045 articles
Browse latest View live


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