Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Help with TQL Join
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stephen Moretti  
View profile  
 More options Oct 12 2011, 4:33 pm
From: Stephen Moretti <stephen.more...@gmail.com>
Date: Wed, 12 Oct 2011 21:33:57 +0100
Local: Wed, Oct 12 2011 4:33 pm
Subject: Re: [transfer-dev] Help with TQL Join

Robert,

I'm not sure what the problem is.  TQL isn't that different from SQL.

Create your joins manually and specify the properties you need from each of
the objects pretty much the same way you would with standard SQL.

Is there something unexpected happening?

Stephen

On 11 October 2011 12:07, Robert Rawlins <rob...@supporttime.com> wrote:

> Hello Guys,

> I have the following TQL query, which runs as expected:

>     <cfsavecontent variable="LOCAL.TQL">
>         from inventory.Stock As Stock
>         join order.item As Item
>         where Stock.StockNumber = :StockNumber
>     </cfsavecontent>

> Now, I want to create an additional join, this time from the Item object to
> the 'Order' object. This relationship is defined in transfer as a OneToMany
> from the Order to the Item.

> I see details in the docs on how to do multiple joins from the Stock
> object, however, not how to do an extended join like.

> Stock -> Item -> Order

> So that I can collect a list of stock that is associated to a particular
> order through the given line item.

> Can anyone offer any advice on this?

> Robert

> --
> Before posting questions to the group please read:

> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-qu...

> Try out the new Transfer ORM Custom Google Search:
> http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

> You received this message because you are subscribed to the Google Groups
> "transfer-dev" group.
> To post to this group, send email to transfer-dev@googlegroups.com
> To unsubscribe from this group, send email to
> transfer-dev+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/transfer-dev?hl=en

--
Stephen Moretti
Blog : http://nil.checksite.co.uk/
Twitter : http://twitter.com/mr_nil
More Twitter : http://twitter.com/CFOverflow

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.