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

SQL Server Report Builder Numeric Field Formatting

$
0
0

I am creating Reports in SQL Server Report builder.

When I set format of any number fields, in design it is displaying sample value.

For e.g. If I set format 0.00 to one numeric field, it started to display 12345.00

I have 10-12 fields in design, it caused very much confusion.

Is there any solution to change this?

When I open report in Visual Studio, it doesn't display like that.

Check Following screenshots:

In Report Builder:

In Visual Studio:


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

Record-Specific Values in Page Header/Footer

$
0
0

I would like to display information in the page header and footer that changes based on the current record being displayed on that page.

For example there is a date and a name that are part of each record returned by the underlying query and I'd like to display these fields in page header, footer or both.

Is there a way to do this?

Moving multiple report servers to one instance

$
0
0

I already posted this on the SQL server upgrade Forum but thought i would it be more appropriate here.

Our current environment consists of several 2008 r2 native reporting servers that have there own reporting database.

Our new environment will be a load balanced 2012 native report server that will use one 1 SQL 2012 reporting database.  How would I go about migrating all the 2008 R2 databases into 1 central database.  I have read up about some migration tools that are available but I'm not sure if the tool(s) will allow the option for specifying a specific database, which will allow all the content to moved. 

Any advice would be appreciated.

Thanks!

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

Power View report based on inactive relationship

$
0
0

Hello,

I have a PowerPivot model in which I have in my fact table multiple date fields with relationships with my dimensional time table.

I followed the instructions in Kasper de Jonge blogpost here in order to set the multiple relationship. However the issue I have now is that I don't know how to use them in the Power View as filters.

In other words, at the filter pane I want to be able to add a filter pane using fields from the time dimension in which users will be able to filter the records based on an inactive relationship.

And what if I would like to have two sets of filters, one based on the active relationship and another based on an inactive relationship?

Regards,
P.

show report header above the report parameters in report view using SSRS?

$
0
0

show report header above the report parameters in report view using SSRS?

Please suggest.

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


Made a drop down list from report view result set table column and after that apply filter on that.. using SSRS

$
0
0
I want to make a drop down list from the report view table result set .

I want to column name as value of drop down list .

After that I want to filter result set on selected value filed + operator 

like,=,>,  + text box value.

expression like --

ddl value + operator = 100;

salary(ddl value) >= 2000(text box value) .


Is it Possible ? 

Please suggest me.

Is there anything like RSExecutionLog database available in SQL 2012 like there was in SQL 2005

$
0
0

We migrated from SSRS 2005 to 2012. Everything has gone well with one exception. We used to have a RSExecutionLog database that we ran reports from. I understand that there are some views in the report server database itself but these get written over. I believe there are option to increase the number of days the history is kept but wouldn't that cause the database to grow? What options do I have?

Thanks,

Larry

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.

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.

SSRS gives different figure to excell exports

$
0
0

Hello

I'm having a strange problem, using SSRS 2012 to develop a tablix report with lots of row grouping and group totals,

they  are several groups which have specific filters and some of the row groups are hidden

I have a calculation on the row that adds up some specific row group total using ReportItems!R1.value + ReportItems!R4.value ....

This sums up in SSRS showing a different value to what am expecting but exporting to excel gives me a different figure which matches the values am expecting

Any idea on what might be causing this strange behaviour

S/A500
Total SA500
Derby250
London300
Coventry150
Total UK700
Spain 200
Poland450
Italy150
EU800
Grand Total1490

the total was derived adding Reportitems!totalSA.value + Reportitems!totalUK.value + Reportitems!EU.value

Exporting the same report to excel  give totally different sums

S/A500
Total SA500
Derby250
London300
Coventry150
Total UK700
Spain 200
Poland450
Italy150
EU800
Total 2000


How I have multiple KPIs for the same measure?

$
0
0

Hi there,

I am finishing up a PowerPivot data model which gathers information from a service desk system, and different customers have different SLA targets.

I know I can specify a KPI for each measure that I create. However is there a way to specify multiple KPIs the same measure, or any other way/workaround that can meet the requirement outlined above?

Thanks in advance for the help.

Regards,
P.

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 2008 R2 - How to make the CalloutLine in the SmartLabels disappear ?

$
0
0
In the SmartLabels it is possible to set the CalloutLineStyle to "None" but still the line stays in there. Also setting the line with to 0 keeps it in the chart. And it is not possible to set the color to No Color. I can get ride of the Anchor, Style in general but the line sticks. I really  wonder what the idea behind this behaviour is.

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.

show report header above the report parameters in report view using SSRS?

$
0
0

show report header above the report parameters in report view using SSRS?

Please suggest.

Conditional formatting of the group depends on a field of all associated lines

$
0
0

Hello,
I wantagroupfieldasredrepresent,ifincluded inaparticulartext boxthe valueDL*.

Example of the Dataset:

Productname | Price | Text
A                  | 01    | ABC
A                  | 02    | DL-123

Now, the Field Productname should be RED in the Group Row.
If tried with: =iif(Fields!SalesLine.Text.Value like "DL*","RED","BLACK")
but this only worksifthefirstdetaillinecontainsthe valueABC in the TextBox TEXT.How can i solve this Problem. thanks

Complex layout of a report which includes large text blocks( long text fields) , tables , charts

$
0
0

Hi,

Is SSRS a right tool to build Complex's layout(Word like) report? Report supposed to be around 100 pages and contains text blocks(static and dynamic), tables, charts. Main idea it should be build from database and should be ready for use without additional editing.

Thanks!

Viewing all 28687 articles
Browse latest View live


Latest Images

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