Re: [jasperreports-questions] Charts: Show Integer Values

2006-04-20 Thread Andy Dines
As far as I have been able to determine, all numeric axis values are converted to java.lang.Number values and you have no control over their format. Sorry! Andy -- View this message in context: http://www.nabble.com/Charts%3A-Show-Integer-Values-t1372652.html#a4002273 Sent from the

Re: [jasperreports-questions] cell data in Excel reports

2006-04-20 Thread Andy Dines
Try selecting the Stretch with overflow on the Text Field tab for the field's properties. The text wraps in the Excel cell, but you do get to see all of the data. Regards Andy -- View this message in context: http://www.nabble.com/cell-data-in-Excel-reports-t1468408.html#a4003233 Sent from

Re: [jasperreports-questions] Hide a field based on the previous row

2006-04-20 Thread Andy Dines
On the Common tab of the Date field's properties, untick the Print repeated values option. Regards Andy -- View this message in context: http://www.nabble.com/Hide-a-field-based-on-the-previous-row-t1454642.html#a4003472 Sent from the jasperreports-questions forum at Nabble.com.

[jasperreports-questions] export all cols of query (generic report)

2006-04-20 Thread Pascal Betz
Hi Is there anything like a export everithing in the result set report in jasper ? So i do not need to write a report template for every select * from TABLE_XYZ query ? We have some reports that just require export of tabular data to CSV or Excel and i would like to create a

[jasperreports-questions] RE: Subreports problem

2006-04-20 Thread marc . eilens
Hi Francisco, I also designed a report with two subreports embedded. Concerning your first problem with the Connection, I cannot say much, since my master report executed a query. And I guess, you already passed the connection via the connectionExpression to the subreport. Your second problem

[jasperreports-questions] crosstabs-error

2006-04-20 Thread Vidhya C, ASDC Chennai
Am trying to use crosstabs for the first timeI get such an error .pls help me to resolve this error Errorfillingprint...net.sf.jasperreports.engine.JRException:Crosstabdatahasalreadybeenprocessed.

Re: [jasperreports-questions] export all cols of query (generic report)

2006-04-20 Thread Andy Dines
Wouldn't it be easier to use the source database application to generate the output in CSV format? It is also possible to create an Excel template that imports the data from the database into a sheet. Andy -- View this message in context: