Correct <link> tag in XML
4610Oct 27 2004 — edited Oct 27 2004In the Customizing Reports at Runtime for Reports 6i (I'm running version 6.0.8.25.0), what is the correct syntax for the <link> tag when generating a report via XML?
The syntax line in the document shows:
<link
parentGroup="name"
parentColumn="name"
childQuery="name"
childColumn="name"
condition="condistion"
sqlClause="clause"
name="link_name"
>
</link>
The example then, does not show the > </link> at the end, but rather just />
I've tried both but just receive a message "REP-6104: Invalid XML report definition Expected tag end(>) instead of '
'
I've tried using both of the "examples" and can't seem to get this to work correctly.
Thanks,
Chad