report

Output department and direct reports

不想你离开。 提交于 2019-12-12 06:08:15
问题 I am trying to create an "initial" text file that will hold a script run of all users + department + direct reports. My next step after making this file is to create another file the same way but compare it to the original to see if the department for the users ever changed. (not sure yet how to compare the department value just yet) My current issue is that the department, even though the process is identical to another program I have made in the past, won't print it. Furthermore, when it

Removing blank pages in report

穿精又带淫゛_ 提交于 2019-12-12 05:42:27
问题 I'm currently new using iReport to create reports. My main report is just one long page with many subreports . Every time I run my subreports alone with no data it says no pages, but with my main report, it shows blank pages. I want it to show only the pages with data, and those pages without data should not have blank pages. I placed my subreports in report groups: Group Subreport Subreport Group and it is repeated at around 5-6 times. I have already set all of my reports including my main

BIRT Report Tool

◇◆丶佛笑我妖孽 提交于 2019-12-12 04:58:02
问题 I created a Report using BIRT Report Design in Eclipse Java EE IDE(Juno Release). In that Report, For the single row it have multiple values for the corresponding one column(I used LISTAGG() oracle function to map that). (i.e.) Result column have multiple values in the below database table output : No Name Result Mark ----------------------------------- 1 John X 32 XX XXX 2 Joe X 56 XX XX XXX 3 Andrew 34 XXX XX XXXX … It have both NULL and NOT NULL values in it. "If the NULL values are in the

Display Oracle Reports in an ASP.NET Web Application

。_饼干妹妹 提交于 2019-12-12 04:47:15
问题 I have a web application written in C#/ASP.Net and the backend DB is Oracle. There are already Oracle Reports written for this, I am just wondering how I go about hooking them up within the code? What is the syntax for this, and how to pass parameters etc? Everywhere I see seems to be using either Crystal or SQL Reporting Services instead.. Is there a reason no one seems to be using Oracle Reports in an ASP.Net web app? Thanks in advance Luke 回答1: I've written a few applications that queried

Can I run all the reports in a given folder from Report Server?

梦想的初衷 提交于 2019-12-12 04:45:56
问题 Having an issue with running reports here. I have a folder on the Report Server that contains several reports, reports are added and deleted on a weekly basis in this folder. I know how to run a given report, but ideally what I'm looking for is running all the reports in the folder, is this possible? Thank you in advance. Mike 回答1: This has different answers depending on whether you need to enter parameter values for any of these reports in order to run them. If you don't, or if the parameter

Split weeks using Macro if user provide a specific Month

浪尽此生 提交于 2019-12-12 04:39:55
问题 I am new to macro, but have some basic idea how it works or able to write small VBA codes. I was trying to make a weekly report. So is it possible to get the weeks in a excel sheet (start date of each week will be Monday), if i give a specific month or months (will be suing a input box which prompt to provide a start date and end date). Like If i give October 2017 to December 2017 i will get a table something like the image i attached IMAGE I was trying to find a solution by myself for last 1

Vb.Net crystal report from dataset

主宰稳场 提交于 2019-12-12 04:38:32
问题 I am using Vb.Net 2010 to develop project that has crystal reports. I connect to sqlserver and fill my dataset using the function Adapter.Fill(dataset,"tableName"). My concern now is how can I display the data in my dataset or datatable in crystal report? 回答1: here my code using 2 tables authors and titleauthor 'Build a SQL statement to query for the authors table Dim sqlString As String = "SELECT * FROM authors" 'Retrieve the data using the SQL statement adoOleDbDataAdapter = New

How to display a child List inside of the DataSource in VS Report Viewer 2008?

梦想与她 提交于 2019-12-12 04:34:49
问题 I have created a static Generic List (List) and bind it to a Report Viewer's data source. In the Report Viewer designer, I am able to find the correct data source which is List and also able to drag and drop properties like ProductName, ProductNo from a single Product object onto the report. However, this Product object itself contains another List (List). My question is how I can get the objects from this inner List and display them onto the report? Any help would be much appreciated! 回答1: 2

How do I open an MS-Access report with a subset of the recordsource data?

十年热恋 提交于 2019-12-12 03:56:22
问题 I have a query that produces a recordset that I use for a computer generated invoice that I have created with an MS Access report. The recordset looks something like this (but with hundreds of invoices): ControlNumber|ShippingAddress|InventoryDescription|... 17-001 123 Fake St Description A 17-002 145 No addr Description B 17-003 23456 new st Description C I have the report set up so it will generate me separate completely filled out invoices on a different page for every invoice in the

Phpunit Code Coverage - 0 Files Analysed when including File with Function in it in Test

放肆的年华 提交于 2019-12-12 03:54:29
问题 I am getting a weird result when trying to create a code coverage report of my test. I call this: phpunit --coverage-html report tests/JSONTest.php And get this: PHPUnit 3.6.12 by Sebastian Bergmann. . Time: 0 seconds, Memory: 6.75Mb OK (1 test, 1 assertion) Generating code coverage report in HTML format ... done My test looks like this: <?php require_once dirname(__FILE__) . "/../include/includeAllNecessaryFiles.php"; class JSONTest extends PHPUnit_Framework_TestCase { public function