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

yoohy

Members
  • Posts

    5
  • Joined

  • Last visited

yoohy's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hi, The watermarks are being obscured by alternating rows (only grey part). I think it's because the opaque / transparency settings. How can I get around this? I've tried "bring to front" and "set to back"....does not work. I like to have the watermark stay transparent but still on the top layer. Thanks
  2. Thanks for replying. I have the $P{parameter} in both sub and master report. Also have them paired. My problem is iReport ignores the pairing itself..this only happens when im using xml as the datasource. Instead the subreport directly get its values from the master report.... Post Edited by Brian Yoo at 01/30/09 22:45
  3. Hi I'm very new to iReport and need some help passing parameters when using a remote XML. I'm creating a report with several subreports and want to pass different values to each subreport. My problem is iReport seems to ignore all the parameters/object pairs thats set up under the "subreport (other) -> Subreport parameters" tab. Instead the subreports seems to look for the parameters in the master report directly. This is a problem because all my subreports basically have the same parameter names "XML_GET_PARAM_command". etcs. This does not happen using JDBC connections. I've noticed I can delete all the parameters in the subreport and instead put them in the master report. It still works...without pairing.. Is there a work around. I really need to figure this one out..... Thank You. Using iReport 3.0.0 Post Edited by Brian Yoo at 01/30/09 22:17
  4. Hi, I like to specifiy a parameter's default expression (java.util.Date) as the first date of the month. I've been using the code below which I found online. It used to work well but now its displaying Feb 20th 2009. new Date(System.currentTimeMillis() - (24*3600*1000* (new Date().getDate() - 1))) I'm still new to this.. any help will be greatly appreciated. Thanks Code:new Date(System.currentTimeMillis() - (24*3600*1000* (new Date().getDate() - 1)))
  5. Hello, I recently started to create reports using Remote Xml datasources and found subreports only repeat rows if placed in the detail band. It otherwise returns only the first row. Normaly, when using JDBC I can place the subreport anywhere. I've tried splitting the detail band but no luck. I been trying to figure this out for day. What am I doing wrong here? Thank in advance! ---------------------- I've figured it out...had incorrect Query/Xpath. Thanks :) Post Edited by Brian Yoo at 01/30/09 21:28
×
×
  • Create New...