Hello!
Is there a way for implementing a Visual Filter with 2 lines (2 Dimensions/ 1 measure) ?
Dimensions:
month_doc_out
month_doc_ret
Measure: count.
I've created count field in my CDS View using this command bellow:
cast(1 as abap.int4) as count
visual-filter-2-dimensions-2-lines-1-measure-v1.png
In this case the visual filter would have 2 lines for:
1 line for
month_doc_out with count (of documents/records).
month_doc_ret with count (of documents/records).