report

increasing the page width in oracle reports builder

回眸只為那壹抹淺笑 提交于 2019-12-06 12:45:38
I am designing a new report using oracle reports builder that comes with 10g. I have many columns to be inserted horizontally. But I couldn't increase the page width of the body section beyond 8.5 inches. But I can see the page width of some existing reports to be more than 16 inches. How do I increase the page width?. I have been googling for an hour but couldn't find anything useful. I have tried tinkering with the settings at, File->Page Size Tools->Options->Margin Edit->Preferences but no gain. So any help would be much welcome. Thanks. In the Object Navigator window, open up the Layout

Passing main parameter to sub-datasets in JasperStudio

只愿长相守 提交于 2019-12-06 11:03:15
问题 i'm created a report with JasperStudio 5.5 that have many parameter defined in the main and a lot of sub-dataset (defined with tables) that required this parameters. The situation: /main/Parameters: myPar /main/mySubDataSet1/ /main/mySubDataSet2/ ... /main/mySubDataSetN/ The sub-dataset need to use this parameter in her query: select * from Tab t where t.attr = $P!{myPar} So, my problem is that the sub-dataset can't access at this main paramenter, all the time that i try compiled, the program

Linear funnel from a collection of events with MongoDB aggregation, is it possible?

拥有回忆 提交于 2019-12-06 08:22:29
问题 I have a number of event documents, each event has a number of fields, but the ones that are relevant for my query are: person_id - a reference to the person that triggered the event event - a string key to identify the event occurred_at - the utc of the time the event occurred What I want to achieve is: for a list of event keys eg `['event_1','event_2', 'event_3'] get counts of the number of people that performed each event and all the event previous to that event, in order, ie: the number

Creating a 'calendar matrix' in Access

痞子三分冷 提交于 2019-12-06 02:49:29
问题 I’m trying to create either a report or form that displays data in essentially a “calendar” form. I have a course query that is (simplified) as “Course name”; “course days”; “course times”--- Course; Days; Times PSY 1; MW; 8A-9A SOC 150; M; 8A-11A ANTH 2; Tu; 8A-9A ANTH 199; MW; 8A-9A In Access, I’m trying to create a form based on the query that would give me a matrix of the following: Columns: Times in hour increments Rows: Days of week So, for example, with the above data, it would appear

Jenkins+Ant+Git+Jmeter接口自动化

一曲冷凌霜 提交于 2019-12-06 02:48:18
一、服务器分别安装JKD、Jenkins、Ant、Git、Jmeter 1、JKD安装参考: https://www.cnblogs.com/xiaoxitest/p/6168045.html 2、Jenkins安装参考: https://www.cnblogs.com/xiaoxitest/p/11947309.html 3、Ant安装参考: https://www.cnblogs.com/xiaoxitest/p/11947205.html 4、Git安装参考: https://www.cnblogs.com/xiaoxitest/p/10106302.html 5、Jmeter安装参考: https://www.cnblogs.com/xiaoxitest/p/6208940.html 二、Ant配置 1、将jmeter的extras目录下ant-jmeter-1.1.1.jar文件拷贝到ant的lib目录下 2、创建存放测试报告目录:/opt/apache-jmeter-5.1.1/report/html 和 /opt/apache-jmeter-5.1.1/report/jtl 3、由于默认的报告内容不够丰富,下载style文件: jmeter.results.shanhe.me.xsl ,把下载的文件放到jmeter的extras目录下 4、修改jmeter

Java HTML->PDF Solutions?

江枫思渺然 提交于 2019-12-06 02:29:04
I'm currently working on building a PDF based report in Java. I have looked at iText and BIRT but it seems like a lot of effort to learn their API's what I'm trying to find is a solution that will let me generate the report in HTMl (something I already know) and output that to PDF. Can anyone provide some possible solutions? - Thanks! - Duncan krebs Flying Saucer converts XHTML to PDF. It is great. It is not fast. It fails if there is a slight error in your XHTML syntax. (such as <br> when it should be <br/> ) This is the link that got me started. It seems to use iText, but once you have the

Why my pdf report is not taking the CSS styles well in Odoo?

别说谁变了你拦得住时间么 提交于 2019-12-05 22:40:30
I am using Odoo 10 in Ubuntu Server. I am trying to print my quotation report in pdf format using wkhtmltopdf. But the design doesn't look nice. It looks like the CSS is not working I have tried to change some XML file inside mypath/addons but it doesn't work Here's my quotation pdf file: 1st Possible Reason If your report doesn't have styles try to add some of these parameters in Settings > Parameters > System parameters : web.base.url : <IP address>:<Port> web.base.url.freeze : True . If this parameter is not used then if the administrator log in Odoo the web.base.url parameter is updated

Getting Hourly statistics using SQL

ぐ巨炮叔叔 提交于 2019-12-05 21:04:21
We have a table, name 'employeeReg' with fields employeeNo | employeeName | Registered_on Here Registered_on is a timestamp. We require an hourly pattern of registrations, over a period of days. eg. 01 Jan 08 : 12 - 01 PM : 1592 registrations 01 Jan 08 : 01 - 02 PM : 1020 registrations Can someone please suggest a query for this. We are using Oracle 10gR2 as our DB server. Jonathan Leffler This is closely related to, but slightly different from, this question about How to get the latest record for each day when there are multiple entries per day . ( One point in common with many, many SQL

What is a good reporting service for a simple database/hobbyist setup? [closed]

巧了我就是萌 提交于 2019-12-05 19:52:54
I have a meager production environment running on my PC for a little application that I work on in my spare time. At this point I have the basics setup, MySQL, junit, svn... I am midway through development and I now need to generate various reports (not development/logging/event reports). These reports are based on what data is in the database. Now, my question is this : Is there an existing reporting tool that accepts SQL and generates various reports (via: email, PDF, etc). Some tool which makes writing new reports easy, while also having a somewhat robust set of features. Does this software

Invalid TLV record when executing crystal reports in c#

和自甴很熟 提交于 2019-12-05 18:37:23
I am creating a C# program where it will display a report that was created using a crystal report. I'm already done with the report. But then, when I tried to view the report in C# it prompted me an error which is " INVALID TLV RECORD ". What might be the reason for this? Please help. Thanks. Code: private void reportViewer1_Load(object sender, EventArgs e) { CRAXDRT.Report rpt = new CRAXDRT.Report(); CRAXDRT.Application app = new CRAXDRT.Application(); rpt = app.OpenReport(Application.StartupPath + "\\Reports\\Pay2Final.rpt", null); } Error Message: try this The "Invalid TLV Record" error