Re: EO accessors and Jasper Reports

2016-07-13 Thread Hugi Thordarson
eption e ) { throw new RuntimeException( e ); } } } —— Cheers, - hugi > On 13. júl. 2016, at 11:46, Theodore Petrosky wrote: > > I have been using Jasper Reports for a few years in my D2W apps. I am > starting a new app and acc

Re: jasper reports and XLS

2013-08-31 Thread Ralf Schuchardt
Am 28.08.2013 um 19:59 schrieb Theodore Petrosky : > has anyone used jasper reports to generate an excel report? > Ted Yes, we do this. The reports have to be carefully laid out, and an option to generate it as a single page has to be set, but then it's basically working. Ralf

jasper reports and XLS

2013-08-28 Thread Theodore Petrosky
has anyone used jasper reports to generate an excel report? Ted ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https

Re: Passing parameters to Jasper Reports

2011-09-01 Thread Kieran Kelleher
scal Robert wrote: >> >>> FYI, problem #1 was that the parameters have to be >>> "isForPrompting="false"". But after that, it was still failing, and this >>> time without any errors but neither with a PDF. Added some breakpoints, and >>&

Re: Passing parameters to Jasper Reports

2011-09-01 Thread Pascal Robert
t;> FYI, problem #1 was that the parameters have to be "isForPrompting="false"". >> But after that, it was still failing, and this time without any errors but >> neither with a PDF. Added some breakpoints, and I found out that it was >> failing when filling

Re: Passing parameters to Jasper Reports

2011-09-01 Thread Kieran Kelleher
ill failing, and this time without any errors but > neither with a PDF. Added some breakpoints, and I found out that it was > failing when filling up the report (which have multiple sub-reports) but no > exception was raised. So I did the same calls but in a non-Callable contex

Re: Passing parameters to Jasper Reports

2011-08-31 Thread Pascal Robert
FYI, problem #1 was that the parameters have to be "isForPrompting="false"". But after that, it was still failing, and this time without any errors but neither with a PDF. Added some breakpoints, and I found out that it was failing when filling up the report (which have

Passing parameters to Jasper Reports

2011-08-30 Thread Pascal Robert
Hi, I have to run some Jasper Reports where the data will come out by a SQL query embedded in the report instead of a JRDatasource. The report I'm working works fine in iReport (well, except the fact that iReport is one of the worst app I ever used) and that report have parameters to c

jasper reports info

2010-10-22 Thread Theodore Petrosky
I see there was a session at WOWODC dealing with Jasper reports. Is this session available (free or purchase). I am looking for a starting point to use Jasper Reports. Ted ___ Do not post admin requests to the list. They will be ignored

Re: WRReporting and DRGrouping - reports grouped by day, week and month

2010-08-21 Thread Anjo Krank
I have started to play with DRGrouping and > WRReporting using Anjo's BugTracker code as a reference. Nearly all of my > reports need to include the date as one of the dimensions. Ideally I would > like to be able to group the events in my reports by day, week number or > calendar mo

WRReporting and DRGrouping - reports grouped by day, week and month

2010-08-18 Thread Brook, James
I am working on a project in its late stages and need to knock together a quick reporting interface. I have started to play with DRGrouping and WRReporting using Anjo's BugTracker code as a reference. Nearly all of my reports need to include the date as one of the dimensions. Ideally I

Re: building dynamic queries and reports

2008-09-19 Thread James Cicenia
I have. I used non-wonder (unfortunately) D2W to do this and it works great. It is based upon the entity. So depending on which entity you select to base your query it gives you all the attributes our customers wish to query on. We had to make some customer d2wquery components and such, bu

building dynamic queries and reports

2008-09-19 Thread Ash Mishra
Hi, I'm working a project where we need to be able to allow clients to specify an arbitrary number of attributes to query from any entities they select, and then produce a report with the attributes they have selected based. I've got limited experience with D2W, but the QueryAll page is t

Re: Reports Generation

2008-05-18 Thread Don Lindsay
. But using Eclipse we are unable to generate reports. We are using ReportMill 7 to generate reports. When we run the application using command line, the reports are generating. Can any one suggest me what's the problem? Thanks in advance. Thanks and Re

Reports Generation

2008-05-18 Thread santoshg
Hi All, We are working on Web objects 5.3 on windows Operating System. We are using Eclipse as our development tool. But using Eclipse we are unable to generate reports. We are using ReportMill 7 to generate reports. When we run the application using

Re: Creating Database Reports with EOF

2008-03-14 Thread Timmy
On Mar 14, 2008, at 12:35 PM, Petite Abeille wrote: On Mar 14, 2008, at 8:15 PM, Sennikov, Dimitri wrote: How would I be able to do that in WO with EOF? Is there an easier way than to get qualifiers for each month and create new FetchSpecifications for each of the months? Wouldn't this meth

Re: Creating Database Reports with EOF

2008-03-14 Thread Pierce T. Wetter III
On Mar 14, 2008, at 12:35 PM, Petite Abeille wrote: On Mar 14, 2008, at 8:15 PM, Sennikov, Dimitri wrote: How would I be able to do that in WO with EOF? Is there an easier way than to get qualifiers for each month and create new FetchSpecifications for each of the months? Wouldn't this me

Re: Creating Database Reports with EOF

2008-03-14 Thread Petite Abeille
On Mar 14, 2008, at 8:15 PM, Sennikov, Dimitri wrote: How would I be able to do that in WO with EOF? Is there an easier way than to get qualifiers for each month and create new FetchSpecifications for each of the months? Wouldn't this method create too much overhead (ie 12 queries just for o

Creating Database Reports with EOF

2008-03-14 Thread Sennikov, Dimitri
I can't find any useful information on how to easily create database reports. For example, I have a Projects entity. I want to create a report to include # of projects created in each month of the past year. With mysql I'd do the following: select (select count(id) from proj

Re: Reports

2007-12-17 Thread Simon McLean
I have looked at JReport, crystal, and a couple of other engines. All of them are a bit pricey. We looked at JReport too. You could buy a small house for the price of their cheapest license !!! And I thought Oracle pricing was fantasy land... Simon ___

Re: Reports

2007-12-17 Thread Simon McLean
We've used ReportMill in the past, but we are currently using Jasper. I can't think of a single thing that ReportMill does that Jasper can't. I really don't know how anyone justifies the price tag for ReportMill anymore when there are such good open source tools available. Others worth a lo

Re: Reports

2007-12-16 Thread Don Lindsay
Very true; I think they need to come down a bit for the cost. I used it on a Enterprise contract, so the company that I was delivering the software to paid for the licensing. I have looked at JReport, crystal, and a couple of other engines. All of them are a bit pricey. don On Dec 16

Re: Reports

2007-12-16 Thread Ken Anderson
I haven't used it in a while, but always found it an awesome tool to use. I think the licensing cost is high, but still in the realm of reasonableness. On Dec 16, 2007, at 10:54 PM, David LeBer wrote: On 16-Dec-07, at 10:30 PM, Don Lindsay wrote: Hello; I don't know if anyone else has

Re: Reports

2007-12-16 Thread David LeBer
On 16-Dec-07, at 10:30 PM, Don Lindsay wrote: Hello; I don't know if anyone else has tried Report Mill.I use it and it is great. Has anyone else used Report Mill? Thanks I've used it a couple of times. I've always found it powerful and easy to implement, but at $US5K/ server the l

Reports

2007-12-16 Thread Don Lindsay
Hello; I don't know if anyone else has tried Report Mill.I use it and it is great. Has anyone else used Report Mill? Thanks Don ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@

Re: Generating reports in excel?

2006-03-27 Thread Jake Macmullin
Owen, 1) Do you copy and paste the whole XML file or just the table part ? i.e. do you include things like the DocumentProperties and Styles ? I assume so. Yep, the whole XML file. 2) What version of WO are you using ? Because when I open the file up in WOBuilder my rows and columns are

Re: Generating reports in excel?

2006-03-15 Thread Owen McKerrow
Hi Jake, This looks like a great way of doing it. Couple of questions if you have a spare moment. 1) Do you copy and paste the whole XML file or just the table part ? i.e. do you include things like the DocumentProperties and Styles ? I assume so. 2) What version of WO are you using ? B

Re: Generating reports in excel?

2006-03-15 Thread wojingo
Jake Macmullin wrote: Now that Excel has an XML file format - I've found this to be straight-forward. 1). Create an excel spreadsheet that looks the way you want, with place-holders for the values you want to dynamically generate and save it as XML. 2). Create a new WOComponent and repla

Re: Generating reports in excel?

2006-03-15 Thread Jake Macmullin
Now that Excel has an XML file format - I've found this to be straight-forward. 1). Create an excel spreadsheet that looks the way you want, with place-holders for the values you want to dynamically generate and save it as XML. 2). Create a new WOComponent and replace the contents of the

Re: Generating reports in excel?

2006-03-14 Thread Anjo Krank
The idea behind ExcelGenerator ist that you can use - hopefully - the same HTML that you output anyway for your reporting tasks. In particular, you should be able to re-use DynaReporter HTML and you also need only a minimal amount of work to use D2W. Sometimes, you might need to apply some

Re: Generating reports in excel?

2006-03-14 Thread Valerio Luccio
Zac Konopa wrote: I'm working on a project where we need to generate a report in an Excel format. Has anyone done this before and do you have any tips and tricks? Thx Zac I use jexcel (http://www.andykhan.com/jexcelapi/) it works fine for me. -- Valerio Luccio (212) 998-87

Re: Generating reports in excel?

2006-03-14 Thread Hugi Thordarson
I've use JExcelAPI on several projects. It's quite clean and convenient to use and I find it's API is a bit simpler than POI's. - H On 14.3.2006, at 18:53, Kieran Kelleher wrote: Project Wonder's ExcelGenerator framework works OK it is a WebObjects-ified wrapper around the Apache POI

Re: Generating reports in excel?

2006-03-14 Thread Kieran Kelleher
Project Wonder's ExcelGenerator framework works OK it is a WebObjects-ified wrapper around the Apache POI functionality. I head JExcelAPI open source framework is pretty good too, but I have not used it yet. Regards, Kieran On Mar 14, 2006, at 1:10 PM, Zac Konopa wrote: I'm working o

Re: Generating reports in excel?

2006-03-14 Thread Geoff Hopson
Thereis also the APache Jakarta POI project - http://jakarta.apache.org/poi/index.html(maybe Wonder wrappers this...dunno...just used POI in the past and found it pretty easy to incorporate into WO) GeoffOn 14/03/06, Jean-François Veillette <[EMAIL PROTECTED]> wrote: oops : http://wonder.sf.netLe 0

Re: Generating reports in excel?

2006-03-14 Thread Jean-François Veillette
oops : http://wonder.sf.net Le 06-03-14, à 13:14, Jean-François Veillette a écrit : Look at WOnder, there is a framework to do this. I've done it, work well. It generate xsl files with format and formulas if need be. http://wonder.fs.net - jfv Le 06-03-14, à 13:10, Zac Konopa a écrit : I

Re: Generating reports in excel?

2006-03-14 Thread Jean-François Veillette
Look at WOnder, there is a framework to do this. I've done it, work well. It generate xsl files with format and formulas if need be. http://wonder.fs.net - jfv Le 06-03-14, à 13:10, Zac Konopa a écrit : I'm working on a project where we need to generate a report in an Excel format. Has a

Re: Generating reports in excel?

2006-03-14 Thread Chuck Hill
Excel format meaning with formulas, or just in CSV format that Excel can import? On Mar 14, 2006, at 10:10 AM, Zac Konopa wrote: I'm working on a project where we need to generate a report in an Excel format. Has anyone done this before and do you have any tips and tricks? Thx Zac ___

Generating reports in excel?

2006-03-14 Thread Zac Konopa
I'm working on a project where we need to generate a report in an Excel format. Has anyone done this before and do you have any tips and tricks? Thx Zac ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list