>
> You can do what you want
>
> Property Nr As %Integer;
> Relationship ParentR As Package.PClass [ Cardinality = parent, Inverse
> =ChildR ];
> Index MainIndex On  Nr [ IdKey, PrimaryKey];
>

Problem is here: parent is not explicit in the IdKey. So I have to add it
manually from parent.



Reply via email to