top_10_filter property

top_10_filter property

Gets Top10Filter for filtering data by rank of data.

Remarks

Sets FilterColumn.filter_type as FilterType.TOP10 first,otherwise Null will be returned.

Definition:

@property
def top_10_filter(self):
    ...

See Also