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

dhyton_1

Members
  • Posts

    1
  • 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 dhyton_1

  1. In Studio, I have created a simple JSONQL report that works in JasperReports but in Studio the field renders as null. What am I doing wroing or is there a bug? (The field in studio renders as null in the report preview and in the Dataset and Query Dialog Data Preview) have the following JSON that I am using in a JSON data adapter with JSONQL as the query language { "data": { "common": { "data": [{ "projectNameLabel": "XXXX", }] } } The report has the following query string <queryString language="jsonql"> <![CDATA[data.common.data[0]]]> </queryString> and my detail band had only one field <textField> <reportElement x="100" y="2" width="200" height="16" uuid="314a40d0-7a2e-49bf-a877-6cbce9de124e"> <property name="com.jaspersoft.studio.unit.height" value="px"/> </reportElement> <textFieldExpression><![CDATA[$F{projectNameLabel}]]></textFieldExpression> </textField>
×
×
  • Create New...