ReportingGroup
Purpose
Note: You cannot create reporting groups in the user interface. You must use MedML to define reporting groups.
Defines the reporting functionality and type of access available to users with reporting rights. Some reporting groups allow members to access only standard reports; others allow members access to the InForm Ad Hoc Reporting workspace
Note: The only way to remove a user from a group is through the Admin function of the InForm application. You cannot remove a user by running the MedML Installer utility.
Syntax
<REPORTINGGROUP
GROUPNAME="name"
GROUPDESCRIPTION="name">
<USERREF USERNAME="name"/>
</REPORTINGGROUP>
Attributes
GROUPNAME="name"
Name of the reporting group Required.
GROUPDESCRIPTION="name"
Text describing the reporting group Optional.
Children
A ReportingGroup definition can include zero or more Userref definitions. Each Userref refers to a previously created User definition that identifies one InForm user.
Example
The example below shows the syntax for creating a reporting group named Ad Hoc Users.
<REPORTINGGROUP
GROUPNAME="Ad Hoc Users"
GROUPDESCRIPTION="Ad Hoc Users">
<USERREF USERNAME="cra"/>
</REPORTINGGROUP>
Copyright © 2014, 2017 Oracle and/or its affiliates. All rights reserved.