Framework:ElementFilter

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Function

ElementFilter(<FilterConst>);

This function offers a further possibility to control filter.
Please enter in property "SpecialDefinition" of the dimension.

Parameter Description
FilterConst
  • ONLYPLANTIME Only plan period will be displayed. (Year, Months, Weeks, ... depending on TimeDimType).
  • ONLYPLANTIMEMONTHS Only plan period months will be displayed.
  • ONLYLEAVES Only leaf elements will be displayed.

This function belongs to client-side functions.

Result

Displays only these elements of a filter, which are assigned to the given constant.

Example

ElementFilter(ONLYLEAVES);
Displays only elements where the condition "ChildCount = 0" is TRUE.