Ive a table component with 2 dimension:
Dimension 1: Combination of Company code + Vendor ("'BKPF".BUKRS||BKPF.LIFNR)
Dimension 2: Count of documents (COUNT(DISTINCT BKPF.BELNR))
However Im unable to filter the Document count with count > 1. The system returns the error An aggregate is not a function. Please check that there are no dimension and aggregations used together as function inputs.
Can anyone suggest how to achieve the filter?