<< Click to Display Table of Contents >>
eform_xml.groupbyreport
Sets whether grouped by reports when you get the value of the input component in XML-formatted text.
Values
true |
Grouped by reports |
false |
Not grouped by reports(The default value) |
Reference
XML format is returned, depending on the parameter values are as follows:
false
<ozform> <The name of component1>Value</The name of component1> <The name of component2>Value</The name of component2> ... </ozform> |
true
<ozform> <report name="The display name of the first report"> <The name of component1>Value</The name of component1> <The name of component2>Value</The name of component2> ... </report> <report name="The display name of the second report"> <The name of component1>Value</The name of component1> <The name of component2>Value</The name of component2> ... </report> ... </ozform> |