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

SSRS 2005 + CSV data source file

$
0
0

Hello all people,

I need to read one or multiple csv file(s) through SSRS.

The goal is to provide, for one Customer, a web portal to read csv file as we request a simple statement : select * from [csv file] as a table... and using only sql server products and CSV data source.

So is possible in SSRS to add a CSV file data source ?

In php, we found without pb : http://bitonwire.com/jblogs/read-csv-file-with-php 

And with sql server products ?? 

Thanks for helps.




Get the max value from a matrix row

$
0
0

There is a matrix with amounts which are grouped by period.

I want to rank the customer, according to the max amount of the row. If the customer's max amount belongs to the period [0-30], then he should be ranked as "A",[31-60] as "B"... First of all I have to find a way to get the max amount of a row. Hope someone could help me out.


SSRS 2016 Mobile Reports Dev to Prod Promotion

$
0
0

Hey Everyone- 

Is there any documentation on pushing a report from a dev. environment to a Production environment ? 

I created a bunch of datasets & dashboards on my dev SSRS server. I then took the datasets I need and also pushed them to my Prod SSRS server. 

Now I am trying to save the dashboard to my Prod SSRS server. I created a 2nd connection in my mobile report publisher to Prod but it doesn't let me save the dashboard there, it only gives me the option to save to the dev. server. in the drop down. 

If I delete the dev. server connection, it lets me pick the prod server to save it to but when I try to save it, it says that it requires a connection to the old dev. server. It's almost like the datasets in the dashboard are still linked to the dev server. 

I hope i don't have to re-create the same dashboards but using the production datasets ??

Thanks 


Reporting services 2014, repeat table header on every page. Microsoft screwed it up

$
0
0


n 2005-8 it was easy. I'm using 2014. They managed to make it a total disaster. GOOD JOB MICROSOFT.

Ok, I'm making the simplest report:

A simple select query which retrieves data and it's shown on a table which headers repeat on every page. In SSRS 2005 it was a matter of 5 minutes. Now in SSRS 2014 it's 2 days and still no solution.

Here's the report, check this image file

social.msdn.microsoft.com/Forums/getfile/972764

As you can see I've added the simplest table and checked both the option to replicate the headers. I Intentionally left the middle column free to show you exactly that IT IS a table header and data section.

I already have tried to check the checkboxes SEPARATELY (one time the column header only, one time the row header only but it's not working.

I Even exported it to PDF and other formats but it's the same (sometime the visual studio plugin doesn't renders correctly).

How to make a simple table with repeating headers? In SSRS 2005 this was SO MUCH SIMPLE, now they've messed it up...

WHAT  THE HELL IS WRONG WITH THE DEVELOPERS? THEY DESTROYED SSRS

It's even more ridiculous, if you create a table and you delete the headers you CAN'T EVEN PUT THEM BACK, THERE IS NO OPTION FOR ADDING A HEADER TO A TABLE........ WHAT THE HELL?????

IN 2005-2008 YOU COULD EASILY ADD AND REMOVE HEADERS, REPEAT THEM ON DIFFERENT PAGES, NOW THEY MADE IT ALL COMPLICATED AND YOU HAVE TO PUT PARENT GROUPS, LAYOUTS AND OVERCOMPLICATED THINGS..... ARE YOU INSANE? DO YOU EVEN LIVE IN REAL WORLD WHERE DEVS HAVE TO MAKE LOT OF REPORTS IN SHORT TIME? I should be able to do a simple tabular report in 5 minutes, not 2 FUCKING DAYS

Any help?


SSRS 2008 Actual Production Work order Cost by Poolid filter by ( not to include rework and Cust service work order )

$
0
0

have the report creates the data for Production work order for Actual cost , want to add the field Poolid not to include the rework and Cust service Work order in actual cost,

can some one please advise how to add the filter so these work order does not calculated the actual cost

will appreciate all the help

table name is Prodtable , and field name Prodpoolid

I tried adding adding as parameter so I donot include in the parameter ,

Allow multiple value

and added as new data set Poolid

but getting error msg

please help


How do you logout of Report Manager?

$
0
0
Besides closing the browser or clearing the cookie, does Report Manager have a logout button? If not, is there a way to build one?

reportviewer 2016 - multiple datasources

$
0
0

im having a hard time to get the latest reportviewer control display data from two datasources.

reportviewer version: 140.1.291.2731477

report rdlc definition: reporting 2016 01 reportdefinition

rdlc uses 2 datasets to display data, one for each tablix

I cannot get the 2nd tablix to display properly. basically, it doesn't display anything at all.

<Tablix Name="Tablix3">

<DataSetName>ExcelData</DataSetName>

</Tablix>


-<Tablix Name="Tablix4">

<DataSetName>ExcelDataOffer</DataSetName>


+<PageBreak>

</Tablix>

code to load the report data looks like this:

Stream ms = GetRDLStream();
reportViewer.LocalReport.LoadReportDefinition(ms);

reportViewer.LocalReport.DataSources.Clear();
 DataTable reportdata1 = return a valid data table from db
 ReportDataSource rds1 = new ReportDataSource("ExcelData", reportdata1);
 reportViewer.LocalReport.DataSources.Add(rds1);

 DataTable reportdata2 = return a valid data table from db
 ReportDataSource rds2 = new ReportDataSource("ExcelDataOffer", reportdata2);
 reportViewer.LocalReport.DataSources.Add(rds2);

reportViewer.DataBind();

reportViewer.LocalReport.Refresh();

first tablix displays ok, second nothing at all.

am I doing anything wrong, or is it the release candidate?


SSRS 2008 configuration Manager - "Invalid Class"

$
0
0
Reporting Services Configuration Manager is throwing an error when I try to "Find" the server. The manager starts up and takes me to the "Reporting Services Configuration Connection" window. I click on the "Find" button (leaving the default comptuer name as-is; the local machine)  and get the error message "Invalid Class" with the title "Reporting Services Configuration Manager".

I've been searching around the interner and only found one forum post with a similar problem to my own. It was on this forum and the advice seemed to be pointing towards a problem with WMI, but it seemed that the user never found a solution. I've downloaded and ran the WMI diagnostics program and the log does contain quite a few warnings, but I don't know how to go about solving most of them. I did run regsvr32 on some dll files though :)

I won't post any logs yet, as I have no idea where the problem may be based. Please advise and I will post the required information.


SSRS can&amp;#39;t be configured. Found problems during URL setup

$
0
0

During the configuration of the URL's on SSRS 2008, problems occured. the wizzard could not drop the config, change or add.. nothing..

investigating a little bit, i noticed that HTTP context in NETSH tool is not working properly.

My OS is in in portuguese, but, any command runned into the HTTP context is returning "Identificador Inválido" which is "Invalid Identifier" in english.

Does anyone had the same problem, or have any idea how to fix it? I really tried to google it, but it seems that nobody had the same issue ever, quite strange..

(i tried to send some screen captures but MSDN needs to verify my account first)

How to bind multiple table to single dataset in ssrs

$
0
0

I am trying to show 2 tables for showing 2 data-list based on employee in-out time. So I have copy-paste the table and applied filter function based on in-out time to single dataset. I can view two table in report output as it is but when exporting to PDF table gets overlapped on each other. Also filter seems to get applied to only one table.

How we can tackle PDF export issue? Does the filter function affects dataset binding in second table?

What are best way to repeat table using single dataset?

Azure: How to expose SSRS 2016 report server to internet?

$
0
0

Hi All,

We have SQL Server 2016 venterprise server SP1 installed in Winder Server 2016 datacentre in AZURE. I'm able to access to that VM and I have created mobile reports in SSRS report server there. I need to access this report server outside. I mean I need to activate internet access. I have created new inbound rule and added 80 port there. But, that didn't work for me. Please help me to open this Report server outside.

Thanks,

Julie

Print Button in MS SSRS 2016 w/SP1 stopped working shortly after we deployed it

$
0
0

Initially the print button that shows up when opening reports online in a browser worked for part of a day and then just stopped working. We have rebooted the server, reviewed any relevant settings that we could find and we tried several different browsers. We have reviewed event logs on the server and on the client. There is no indication of any problem. But the print button no longer works. When I press the printer button, I notice that the page number and find|next field seem to flicker and nothing else happens.

Any help would be greatly appreciated!!

ssrs subreports

$
0
0
In an ssrs 2008 report, there are several subreports. I have never worked with subreports. Due to that fact, can you tell me what to look for to find a subreport? Basically how does the main report call a subreport?

SSRS 2016: Is it necessary to have sharepoint integrated mode report server for accessing sharepoint list as data source?

$
0
0

Hi All,

I have SSRS 2016 native mode installed in windows server 2012 R2 server. But, it does not have a corresponding share point site. I am unable to connect to sharepoint list data source. Can't we connect to any sharepoint list from a native mode report server? It shows error when I connect to SP site

Thanks,

Julie


Report won't cache if I use User.UserId

$
0
0

I pass a parameter value to a dataset using User.Userid and the report won't cache. If I hard code the user's name than the report will cache.

How do I get the report to cache using User.UserId as the dataset parameter value?


SSRS option to make capital first letter and rest small letters of a string

$
0
0
Hi,
In the 'Name' field of String type is appearing all capital letters. I want to appear it as first letter is capital and rest all small. If there is space between two characters, then the second should appear as Caps again.

Ex:
1. PETER Should appear like Peter
2. ALEXANDAR PETER Should appear as Alexander Peter

Is it possible in SSRS or SQL Query ?
I am using SQL Server 2005 SSRS Reporting Services.

Thanks,

2016 SSRS Upgrade - Print Button Does Not work.

$
0
0
We upgraded from MSSQL 2012 to 2016. Now the print button on SSRS reports does not print. We get the spinning "loading" icon but then nothing. SP1 was installed after the upgrade.

Map report: customize map tile details???

$
0
0

I am building map reports with SSRS and I am very satisfied as I can use the point layer with data coming from my database, the Polygon layer from shapefiles and of course the Tile layer (type road).

I use the polygons in the polygon layer to zoom the map at the state/county level.

All is good, except for the Tile layer, which in some world regions is very poor in terms of cities and villages displayed on the map. In some places only the capital city is displayed, nothing else. But this is not a problem of coverage in the Bing Maps, as when I open them in a their website all the desired locations are showing, instead when I use them as tiles the number of displayed villages is zero!

Is there any way to control the level of details of the tiles? Or to select the Bing Maps tiles with more cities?

ReportViewer control throws exception when clicking Map Polygon

$
0
0

I have a report which includes the map component.

I have set the polygons in the map, in the ‘Action’ section, to be clickable, and invoke another report.

When I click an area on the map, I then get:

Server Error in '/' Application.

Operation is not valid due to the current state of the object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Operation is not valid due to the current state of the object. Source Error: 

Line 12:         public string ReportURL

Line 13:         {

Line 14:             set { ReportViewer1.ServerReport.ReportPath = value; }

Line 15:         }

Line 16:

Source File: G:\WinProjects\rADar - New Reports\rADar\Reports\ReportBase.ascx.cs    Line: 14 Stack Trace: 

[InvalidOperationException: Operation is not valid due to the current state of the object.]

   Microsoft.Reporting.WebForms.ServerReport.set_ReportPath(String value) +173

   AdvancedDiagnostics.Websites.rADar.Reports.ReportBase.set_ReportURL(String value) in G:\WinProjects\rADar - New Reports\rADar\Reports\ReportBase.ascx.cs:14

   AdvancedDiagnostics.Websites.rADar.Reports.CustomerLocation.Page_Load(Object sender, EventArgs e) in G:\WinProjects\rADar - New Reports\rADar\Reports\Customer\CustomerLocation.aspx.cs:10

   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51

   System.Web.UI.Control.OnLoad(EventArgs e) +95

   System.Web.UI.Control.LoadRecursive() +59

   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678

This doesn’t happen in VS when previewing the Report, and doesn’t happen when viewing Reports directly from the Report Server – the subsequent Report shows fine. It only happens when viewing Reports within my .aspx pages, so I’m guessing it is to do with the code line highlighted above.

Any ideas what is wrong, and how to fix it?

Thanks, Dave R

Double Line border turn to be single in Reporting Service

$
0
0
I tried to set double in bottom border of text file. But it turned out to be single line either Previewing in Designer or Printing or Exporting to PDF. Does anyone have any idea?
Viewing all 10045 articles
Browse latest View live


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