Home End User

problem with master/detail and distinct

edited April 2009 in End User
Report Builder Enterprise 11.03, Delphi 2007

Hi,

I have a report with two linked queries on the data tab. The master query
has duplicate values.
When I toggle "distinct" in the tables tab of the master query, I get the
following results in the preview:

master query (without DISTINCT):
A
A
A

detail query:
A(A)
A(A)
A(A)
B(A)
B(A)
B(A)

That's OK.

master query (with DISTINCT):
A

detail query:
A(A)
A(A)
A(A)
B(A)
B(A)
B(A)

But I expected, that the result set of the detail query should look like
this:
A(A)
B(A)

Any ideas?



Lars Hirthe

Comments

This discussion has been closed.