Re: Advanced Data Shaping - Multiple Relate clause
Posted by ng on 01/20/06 13:34
I havn't tryed. My idea: Create a field in the parent rs wich contains
both field1 and field2. For example:
Fieldx = cast(field1 as char(10)) + cast(field2 as char(10))
Do this in the child-rs, too and relate them with the Fieldx