What is the syntax for TM1RptFilter?
TM1RPTFILTER(TM1RptView, Tuple, FilterFunction, FilterValue, SortOrder)
- TM1RptView = reference to the TM1RPTVIEW function from a Dynamic Report
- Tuple = the column to filter
- FilterFunction = one of these functions: TopCount, BottomCount, TopPercent, BottomPercent, TopSum, BottomSum or leave empty for all
- FilterValue = a numerical value (OPTIONAL)
SortOrder = one of these orders: asc (ascending), desc (descending)