Jump to content
We've recently updated our Privacy Statement, available here ×

joeycn

Members
  • Posts

    8
  • Joined

  • Last visited

joeycn's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi all: When I define a variable which will sum the fields in the detail band, I find that there is no increasement definition that starts with detail, it must be increased by group ???? I am not sure I've made myself understood. As a result, the following text is an example: ------------------------------------ F1 F2 Group Header ------------------------------------ a 1 b 5 Detail Band c 3 ------------------------------------ Sum:9 Group Footer ------------------------------------ How can i get the sum number? Any suggestion will be appreciated!
  2. Hi all: When I define a variable which count the fields in the detail band, I find that there is no increasement definition that starts with detail, it must be increased by group ???? I am not sure I've made myself understood. As a result, the following text is an example: ------------------------------------ Field1 Field 2 Group Header ------------------------------------ a 1 b 2 Detail c 3 ------------------------------------ Count:3 Group Footer ------------------------------------ How can i get the count number? Any suggestion will be appreciated!
  3. I think the expression text must be inclosed by quotation marks. Please try this : expression.setText(""C:/logo11.gif""); Good luck. :blink:
  4. Hi all: I have drawn two lines in the header cell of a crosstab. It worked fine when i exported the report to pdf, but the lines appeared at the head of page when i exported the report to rtf, and the lines do not show up at all when i export it to xls or html. Could anybody help me? Thx. The following image is about what happened to the rtf file. size=390]http://www.jasperforge.org/components/com_joomlaboard/uploaded/images/rtf.jpg This attachment is the report design. [file name=ShipmentsReport.jrxml size=27347]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/ShipmentsReport.jrxml[/file] Post edited by: joeycn, at: 2006/12/15 08:11
  5. try this: ($F{date_accepted}).getTime() instead of new java.util.Calendar().setTime($F{date_accepted}).getTimeinMillis() ;)
  6. Comma(,) is the delimitation of the fields in csv files, so the quotation mark means that this comma is just a comma. :)
  7. How can i construct a xml datasource in the xml file? Could somebody give me a sample? Thx!!!
×
×
  • Create New...