Hi,
Our Education team is trying to pull out a list of fax numbers for all the schools on our databases using an output set. The only problem is that every school has two addresses - a postal address (the primary one) and a physical address (non-primary). The fax number is located on the physical address.
So when we run the output set using the Fax element, it only looks for a fax number tied to the primary address. How do I get an output set to pull that info from a non-primary address?
Cheers,
Matt
Hi Matt,
I haven’t played with this in a while, but maybe try setting up a query element parameter for the fax criteria, that lets you choose between address types?...
Kathleen
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Matthew HodgeSent: Tuesday, 21 August 2012 4:33 PMTo: Kathleen SmithSubject: [Tessitura Technical Forum] Trying to pull a fax number on an output set
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
Click here to report this email as spam.
I could definitely set that up, but surely if Tessitura can handle several address types on the one record, there must be a way of pulling that data out? I'll keep hunting.
Hi Matt
Another option is to create an Output Set element specific to the address type.
So in T_QUERY_ELEMENT
Description: “Fax – PO Box” (or whatever describes the associated address type)
Category: Address Information
Data: !.phone
Data From: (select p.*, a.address_type from vs_phone p join vs_address a on p.address_no = a.address_no)
Data Where: type = 3 and address_type = 13 (assumes Fax is phone type 3 and replace the address_type 13 with the ID of your specific type)
Regards
Peter
+ Peter Nelson
+ Tessitura Network
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Matthew HodgeSent: Wednesday, 22 August 2012 09:56To: Peter NelsonSubject: RE: [Tessitura Technical Forum] Trying to pull a fax number on an output set
From: Kathleen Smith <bounce-kathleensmith6726@tessituranetwork.com>Sent: 8/21/2012 1:57:57 AM
I ended up doing something like that. It's also made me realise that I need to look further into Mailing Purpose, because this seems to be the key that specifies which address comes out. Thanks, everyone!
Aah yes …
I too tried Mail Purpose using Execute an Output Set but while it chooses the purposed address it doesn’t natively choose the associated fax on that address using the shipped Fax element.
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Matthew HodgeSent: Thursday, 23 August 2012 10:36To: Peter NelsonSubject: RE: [Tessitura Technical Forum] Trying to pull a fax number on an output set
From: Peter Nelson <bounce-peternelson1130@tessituranetwork.com>Sent: 8/22/2012 12:33:29 AM