Previous Topic

Next Topic

Book Contents

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 InForm Ad Hoc Reporting Users.

<REPORTINGGROUP

GROUPNAME="InForm Ad Hoc Reporting Users"

GROUPDESCRIPTION="InForm Ad Hoc Reporting Users">

<USERREF USERNAME="cra"/>

</REPORTINGGROUP>

Send Feedback