Framework:ElementFilter

From CoPlanner 10
Revision as of 14:02, 23 May 2012 by Admin (talk | contribs) (Created page with "==Function== <span {{CoPFormel}}>ElementFilter(<FilterConst>);</span> This function offers a further possibility to control filter.<br> Please enter in ...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.


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.