(02-06-2020, 03:28 PM)remkonoteboom Wrote: This is entirely determined by the schema entry for your project. Your last example was with the project "dolly3d". this example is with "testovy". Are the schemas different for these two projects. In particular, does "testovy" have a line that conncects "asset" to "asset_in_asset"?It is the same. Schema is identical. Only names are different.
@SOBJECT(child:testovy/asset_in_asset['child_asset_code', 'ASSET00002'].parent:testovy/asset)
TEL which works fine.
Schema:
<connect from="testovy/asset" to="testovy/asset" instance_type="testovy/asset_in_asset" relationship="instance"/>
<connect from="testovy/asset_in_asset" to="testovy/asset" relationship="code" from_col="parent_asset_code" to_col="code" path="parent" type="many_to_many"/>
<connect from="testovy/asset_in_asset" to="testovy/asset" relationship="code" from_col="child_asset_code" to_col="code" path="child" type="many_to_many"/>