Hi,
I have question about aggregation in Oracle BI Administration Tool.
I have measure: Numer of policies.
And not this column has two logical source table (with union) from two different products.
In one table it's sum(NUMBER_OF), but in second it's count(distinct POL_NUMBER). Is it possible to implement this in ONE logical column with two source table with different aggregation?
I think that in sql query it must be two different query: 1. With SUM , 2. WITH COUNT and next union all and sum?