deprecatedclass %ZEN.Report.Display.parameter
extends common
Defines a parameter value for use by ReportDisplay tables
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
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 fieldname
as %ZEN.Datatype.classMember(MEMBERTYPE="SQLCOLUMN");
Name of field (column) in the current query that will
supply the value for this item.
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 value
as %ZEN.Datatype.string;
Literal value used for a parameter value.
This is used if fieldname is not defined.