Framework:MeasureFilter

From CoPlanner 10
Jump to navigationJump to search

Function

MeasureFilter(<FilterConstant>)

Parameter Description
FilterConstant
  • All - Always visible
  • MonthOnly - Only visible on months(only in combination with the time dimension on the same axis)
  • YearOnly - Only visible on years(only in combination with the time dimension on the same axis)
  • NonLeavesOnly - Only visible on parent (only in combination with all dimensions on the same axis)

This function belongs to client-side functions.

Result

Measure visibility depending on the position of the axis.

Example

MeasureFilter(Quantity act.,YearOnly)
Result: Measure is only visible on year elements.