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

x
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 Master File.

Flag

Description

admin

Indicates that the user has Managed Reporting Administrator privileges.

advanced

Indicates that the user has the Advanced privilege.

auser

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

dadomains=untitled%2csalesdom

Indicates that 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 that the developer has access to the Data Servers feature and can set the server and application path properties of a Domain.

domadmin

Indicates that 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 that 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 Section 508 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 that the user has scheduling privileges.

savemyreports

Indicates that an Analytical User can Save My Reports.

shared

Indicates that 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.



x
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 that the domain is active.

appname=application_path

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

disabled

Indicates that the domain was deleted.

hidedomain

Indicates the domain is hidden from users.

node=servernodename

WebFOCUS Reporting Server.

restrictmyrpt

Indicates that the domain is restricted not to allow users to create or access My Reports.



x
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 created a property item. The encoded value of a user name concatenated with a user ID, such as createdby=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.

pmf_gadget

PMF Gadget option is selected for Standard Report.

ptmfex=applicationname /fexname.fex

Link to Two-Way Email procedure.

restrictdev

Developer role is restricted to functionality available to end users (Analytical User and lesser roles).

runasolap

OLAP enabled report.

schedonly

User role can only schedule a Standard 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 a parameter.

splithorizontal

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

suffix

Reporting Object contains a suffix.

tellme

Request is for Two-Way Email.

url

Specifies that a Standard Report is a URL.


WebFOCUS