Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

ROQL child to parent to child (4 Comments)

$
0
0

Topic by Cole Spolaric

Content

I am trying to figure out how to use ROQL (in c#, soap v1.3) to join from a child to a parent to a child.  These are all custom tables.

I have a child table called site2opp that joins to a parent table site (there are more than one parent tables here).  This works fine.

Select A.Site.* FROM site2opp A

Note:  I used * to abbreviate here and not list out the fields.  I do not use * in the actual query.

when I try to join to the child table OrderHistory on Site I run into an error.

Select A.Site.*, A.Site.OrderHistory.* FROM site2opp A

The error I get is

Selected column is not an object: OrderHistory 

What do I need to do to get this to work?

 

Version

SOAP 1.3

Viewing all articles
Browse latest Browse all 2504

Trending Articles