Files
agent_jrxml/data/corrections/missing_field.jrxml
T

7 lines
290 B
Plaintext
Raw Normal View History

# Error case: field used in expression but not declared
# Correction: add field declaration
ERROR: textFieldExpression uses $F{total_amount} but no <field name="total_amount"> declared.
FIX: Add <field name="total_amount" class="java.math.BigDecimal"/> to the field declarations section.