Count,Sum of measures object with aggregate_aware objects

I have applied good aggregate_aware to my universe. The problem that I ma having is that I will like to have count distinct of A object defined on the universe. If I select an object with aggregate_aware function applied to it and combine it with my object measure A, I get synchronization but if I do not applied the count distinct logic on my object (A), my query resolve. Is there a restriction on using single count/sum of an object with aggregate_aware objects.


bokoro (BOB member since 2004-06-28)

I haven’t tried this, so I haven’t seen this issue. Is your count distinct object defined as follows:

Count(Distinct Table.Column)

MichaelWelter :vatican_city: (BOB member since 2002-08-08)

Yes that is how my Count is defined


bokoro (BOB member since 2004-06-28)