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

xzhang9

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by xzhang9

  1. Hi, I do not get any reply about this seemingly simple question. I have searched the forum and found out simple questions did not get answers either, is this not possible. BTW, subreport is not good here. Jane
  2. Hi, I have the same problem, did you figure this out. Please share. Thanks, Jane
  3. Hi, I have the same problem, did you figure this out. Please share. Thanks, Jane
  4. Hi all, I forgot to mentioned I need to use the following xpath for my ireport: /REPORT/SAMPLE
  5. Hi all, I have a XML file like the following. IS01193600 [/code]I need to display the sample_number and the sample previous reports ids in the same line in the report. Plese see the attached pdf display. How can I traverse the node and display the IDs 226, 227 and 228 in parallel with sample number? [file name=abc.pdf size=1241]
  6. Hi all, I have problem to display the RESULT child nodes under this xpath: SAMPLE/ANALYSIS Only the first RESULT node show up in the report. Please help, Below is my xml file. Attached please find my jrxml file for ireport. <?xml version="1.0" encoding="UTF-8"?> <WSLH_REPORT ID='1234567890'> <SAMPLE> <LAB_NUMBER>124345</LAB_NUMBER> <TEST_GRP>inorganic</TEST_GRP> <SAMPLE_TYPE>water</SAMPLE_TYPE> <ANALYSIS ID='IR01555700I322IR100'> <ANALYSIS_DATE>2007-02-21T00:00:00</ANALYSIS_DATE> <RESULT ID='IR01555700I322IR100001'> <TEST_ID>I322IR1</TEST_ID> <TEST_NAME>DIG, TOTAL REC, ICP, LIQUIDS (SW846 3005A)</TEST_NAME> <VALUE>COMPLETE</VALUE> </RESULT> </ANALYSIS> <ANALYSIS ID='IR01555700I352IR100'> <ANALYSIS_DATE>2007-02-23T00:00:00</ANALYSIS_DATE> <ANALYSIS_COMMENT>SPIKE QC EXCEEDED, SPIKE REC 75.8% FOR MANGANESE</ANALYSIS_COMMENT> <RESULT ID='IR01555700I352IR100001'> <TEST_ID>I352IR1</TEST_ID> <TEST_NAME>ALUMINUM, TOTAL REC, ICP (EPA 200.7)</TEST_NAME> <VALUE>345.</VALUE> <LIMIT_OF_DETECTION>3</LIMIT_OF_DETECTION> <LIMIT_OF_QUANT>10</LIMIT_OF_QUANT> <UNITS>UG/L</UNITS> </RESULT> <RESULT ID='IR01555700I352IR100005'> <TEST_ID>I352IR1</TEST_ID> <TEST_NAME>CHROMIUM, TOTAL REC, ICP (EPA 200.7)</TEST_NAME> <VALUE>2.</VALUE> <LIMIT_OF_DETECTION>1</LIMIT_OF_DETECTION> <LIMIT_OF_QUANT>3</LIMIT_OF_QUANT> <UNITS>UG/L</UNITS> </RESULT> </ANALYSIS> </SAMPLE> </WSLH_REPORT> [file name=test-5a0164b28e3bd4e9ab27b2c94006fdfe.jrxml size=3994]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/test-5a0164b28e3bd4e9ab27b2c94006fdfe.jrxml[/file]
  7. "PTDV connection" was setup as a oracle database connection in ireport. If I need to try subreport database connection in ireport. in the expression editor: what is the example for it? Thanks,
  8. Hi all, I have a master report display database from XML file, and I have an xml datasource for it. However, based on the "test_result" field value, I need to display test result's corresponding interpretation and those interpretation reside on the database. I understand I need to pass parameter to the subreport to get what I want, but when I define my subreport datasource as PTDV connection(the database connection name), I got the following error: Sourced file: inline evaluation of: ``PTDV connection;'' : Typed variable declaration : Class: PTDV not found in namespace PTDV Line: 1 How to I define the subreport database? Thanks,
×
×
  • Create New...