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

alvintkl

Members
  • Posts

    30
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by alvintkl

  1. i got problem for the bar chat i created the bar look very thick how to solve this?
  2. <parameter name="co_id" class="java.lang.String"/> <parameter name="para" class="java.lang.String"/> <queryString> <![CDATA[if($P{para}=1,(select *, company.co_name from contactmst, company where contactmst.co_id=company.co_id and contactmst.co_id=$P{co_id} and is_supplier='t'),(select *, company.co_name from contactmst, company where contactmst.co_id=company.co_id and contactmst.co_id=$P{co_id} and is_customer='t'))]]> </queryString> can any one help me to solve this problem
  3. yap can you can use group by education and Age
  4. in my program got a screen and will show the data in table form how to use the ireport to use the data show in the screen because the data field in the screen may look different which time the user select diffrent parameter
  5. any one can tell me what wrong with my code when i use only one parameter for PO_ID, the report can generated but wheni put in the CO_ID, then report fail? Code: Post Edited by alvintkl at 12/10/2009 03:46
×
×
  • Create New...