Skip to main content

%ZEN.Report.Display.parameter

class %ZEN.Report.Display.parameter extends %ZEN.Report.Display.common

Defines a parameter value for use by ReportDisplay tables

Property Inventory

Properties

property expression as %ZEN.Datatype.expression;
Optional ObjectScript expression that can either be applied to the value of this item (supplied as %val), or to provide an arbitrary value for this item.
For example:
expression="%val*2"
expression="%report.ReportProp"
Property methods: expressionDisplayToLogical(), expressionGet(), expressionIsValid(), expressionLogicalToDisplay(), expressionLogicalToOdbc(), expressionNormalize(), expressionSet()
property fieldname as %ZEN.Datatype.classMember (MEMBERTYPE = "SQLCOLUMN");
Name of field (column) in the current query that will supply the value for this item.
Property methods: fieldnameDisplayToLogical(), fieldnameGet(), fieldnameIsValid(), fieldnameLogicalToDisplay(), fieldnameLogicalToOdbc(), fieldnameNormalize(), fieldnameSet()
property fieldnum as %ZEN.Datatype.integer;
Alternatively to fieldname the number of field (column) in the current query that will supply the value for this item.
Property methods: fieldnumDisplayToLogical(), fieldnumGet(), fieldnumIsValid(), fieldnumLogicalToDisplay(), fieldnumLogicalToOdbc(), fieldnumNormalize(), fieldnumSet()
property value as %ZEN.Datatype.string;
Literal value used for a parameter value.
This is used if fieldname is not defined.
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueLogicalToOdbc(), valueNormalize(), valueSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab