cancel
Showing results for 
Search instead for 
Did you mean: 

XML/XSD Field is missing error

08-16-2022 10:54 AM
AdKerremans Active Contributor
869 views 2 comments Go to solution
0 Likes
SAP Managed Tags
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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (0)