Filter (Table Graph)
Add a filter attribute o a table graph plot.
Syntax
model.result(
<pgtag>
).feature(
<ftag>
).create(
<atag>
,
"TableFilter");
model.result(
<pgtag>
).feature(
<ftag>
).feature(
<atag>
).set(
property
,
<value>
);
Description
model.result
(<pgtag>
).feature(
<ftag>
).create(
<atag>
,"TableFilter")
creates a filter attribute named
<atag>
belonging to the Table Graph plot feature
<ftag>
.
Use filters to plot a subset of columns or rows in a table graph.
The following properties are available:
Table 7-47:
Valid Property for the Filters for Table Graph Plots.
Property
Value
Default
Description
expr
String
Determines which columns or rows in the table to include in the table graph (specified as
"
col1
,
col2
, …"
or similar for rows.