WebFOCUS Online Help > Managed Reporting Administrator > Managed Reporting Extract Utility > Property Flags

Property Flags

Reference:

The WebFOCUS Client writes property flags to the user.htm, role.htm, mrrepos.htm, and domain.htm files to control the behavior of Managed Reporting. Knowledge of these flags can help administrators to better understand reports written from the extract files.


Top of page

Reference: User.htm and Role.htm Flags

The following table describes the flags that may be encountered in the USER_PROP field in the IBIMRUSR.MAS Master File as well as the FIX_PROP, OPT_PROP, and SEL_PROP fields of the IBIMRROL.MAS file.

Flag

Description

admin

Indicates the user has Managed Reporting Administrator privileges.

advanced

Indicates the user has the Advanced privilege.

auser

Indicates the Analytic User can save reports and create My Reports.

dadomains=untitled%2csalesdom

Indicates the developer is restricted to administering only the default domain, which has the internal reference "untitled," and the Sales Domain. The characters %2c delimit the domains when there is more than one domain.

dataserver

Indicates the developer has access to the Data Servers feature and can set the server and application path properties of a Domain.

domadmin

Indicates the user is a developer.

email=address

Used with ReportCaster library.

gagroups=group%2cgroup

Indicates that the user is a group administrator for the Default Group, which has the internal reference "default." The characters %2c delimit multiple group values similar to the dadomains flag.

inactive

Indicates the user account is disabled.

is508

Indicates to the Managed Reporting Dashboard user interface to invoke tools and online help that are in compliance with federal Section 508 accessibility regulations. For more information, see Handicapped Accessibility in WebFOCUS in the Developing Reporting Applications manual.

library

User can use ReportCaster Library.

parmrpt

Indicates that a user can save the parameter values entered in a form into a new My Report.

rcadmin

ReportCaster Administrator.

robot

Indicates the user has scheduling privileges.

savemyreports

Indicates an Analytical User can Save My Reports.

shared

Indicates the user can share reports.

user

Basedir in Managed Reporting. Cannot use tools; can only run reports.

Note: The user flags are not order-dependent. The flags display based upon the order they were added from within the Managed Reporting Administration interface.


Top of page

Reference: Mrrepos.htm Flags

The following table describes the flags that may be encountered in the DOMAIN_PROP field in the IBIMRDOM.MAS Master File:

Flag

Description

'' or 'none'

Indicates the domain is active.

disabled

Indicates the domain was deleted.


Top of page

Reference: Domainname.htm Flags

Each Domain has its own control file, which maintains the metadata for its resources. The following table describes the flags that are in the control files.

Flag

Description

appname=application_path

Application path. Series of one or more application names, separated by encoded spaces. For example, appname=financials%20inventory

belongsto=#parentfoldername

Parent of subfolder.

createdby

User who last modified a property item. The encoded value of a user name concatenated with a user ID, such as lastmodby=Doe%2C+John+%28jd12345%29.

createdon

Date and time when a user created a property item. Specifies elapsed milliseconds since 1970, which is translated into the appropriate date and time format.

dragdrill

Run with drag and drill.

filter

Filter is present in request.

hidden

Report is hidden from view.

lastmodby

User who last modified a property item. The encoded value of a user name concatenated with a user ID, such as lastmodby=Doe%2C+John+%28jd12345%29.

launch

Published launch file.

node=servernodename

WebFOCUS Reporting Server.

none

No flags are set.

olapreport

A saved OLAP report.

ptmfex=applicationname /fexname.fex

Link to Two-Way Email procedure.

runasolap

OLAP enables a report.

showasreport

Allows the Reporting Object to appear as a Standard report.

showonlyreport

Shows a Reporting Object only as a report.

skipamper

Does not prompt for parameter.

splithorizontal

Used with a TABLE and GRAPH combination to specify to split the frame.

suffix

Reporting Object contains a suffix.

tellme

Request is for Two-Way Email.

url

Specifies that a Standard Report is a URL.


WebFOCUS