P
Paul
I have 3 tables in a dataset:
(1) Class
(2) Driver
(3) Meeting
Class is the parent of Driver and Driver the parent of
Meeting. Is it possible to add a DataColumn in Meeting
with an expression to directly access a column of Class?
I tried the expression "Parent(DriverMeeting).Parent
(ClassDriver).ColumnOfClass", but this resulted in an
error.
If nested DataRelations aren't supported, what's the best
way to achieve the same?
Thanks
(1) Class
(2) Driver
(3) Meeting
Class is the parent of Driver and Driver the parent of
Meeting. Is it possible to add a DataColumn in Meeting
with an expression to directly access a column of Class?
I tried the expression "Parent(DriverMeeting).Parent
(ClassDriver).ColumnOfClass", but this resulted in an
error.
If nested DataRelations aren't supported, what's the best
way to achieve the same?
Thanks