In Deals Table the attributes:
ispopular(attribute)
groupname(attribute)
dealsassets(relationship-name to assets)
In Assets Table the attributes are :
assettype(attribute)
caption(attribute)
dealassetid(attribute)
assetsdeal(inverse relationshipname to deals)
Deals is Assets one to many relationship & Assets to Deals many to one relatiosnhip
I want to write a query where i need is ispopular == 1 then that related field's assets.dealasseti
,
what predicate query i have to write, could some one help me out.
regards