I have Master/Detail databands based on a dataSet with two tables and a relation.
Is it possible to use a filter expression, which compares to data from the master databand?
The master databand contains information of a person, the detail databand shows related persons.
In my case I want to filter all related persons, who do not have the same state as the main person.
So i tried the filter expression
Code: Select all
detailTable.State != masterTable.State
Thanks
Andreas