cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Ls,

I have developed a report using XML and XSD, but when one section is not present I get an error "field is missing"

sample XML:

<root>
<field1>xxx</field1>
<section/>
</root>

Regards

Ad

0 Likes
View Entire Topic
DellSC
Active Contributor
0 Likes

Crystal cannot handle "optional" fields. All of the fields must be in all of the data. Crystal also has an internal map of all of the fields that are in the data set used to design the report and can have problems when fields are added or removed, even if those fields aren't part of the report.

-Dell