Headers for Portfolio Custom Element when copy to clipboard used

We have created a custom element for our portfolios and when we copy to clipboard and paste into excel, the column header shows as C3 - is there a way to change this so that it shows as it does in the portfolio?

Michele

Parents
  • Thank you!  I was making it more difficult than it needed to be.

     

    Dot

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Michele Keutsch
    Sent: Thursday, April 13, 2017 10:59 AM
    To: Dot Krebs <dkrebs@actorstheatre.org>
    Subject: RE: [Tessitura Technical Forum] Headers for Portfolio Custom Element when copy to clipboard used

     

    Ours was to pull plan notes as a custom element. Here's the SQL query I used.

    select top 1 notes from vs_plan WITH (NOLOCK) where plan_no = @plan_no

    with a data type of string.

    From: Dot Krebs <bounce-dotkrebs9366@tessituranetwork.com>
    Sent: 4/13/2017 2:47:33 PM

    Hey Michele,

     

    Yep. That is what I mean. I made one quick attempt at the SQL and did not hit upon the right syntax.  Figured it was easier to see one that was working so I could figure out where I went sideways.  Pretty sure I made a left turn somewhere around @customer_no or @plan.

     

    Dot

     

     

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Michele Keutsch
    Sent: Thursday, April 13, 2017 8:59 AM
    To: Dot Krebs <dkrebs@actorstheatre.org>
    Subject: RE: [Tessitura Technical Forum] Headers for Portfolio Custom Element when copy to clipboard used

     

    Dot, 

    Do you mean that you are trying to set up a custom element in Plans?

    From: Dot Krebs <bounce-dotkrebs9366@tessituranetwork.com>
    Sent: 4/12/2017 3:22:42 PM

    Hey all,

    I'm about to attempt to set one up.  Would either of you care to share a sample that works with me?

    Thanks,

    Dot




    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!




    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!

Reply
  • Thank you!  I was making it more difficult than it needed to be.

     

    Dot

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Michele Keutsch
    Sent: Thursday, April 13, 2017 10:59 AM
    To: Dot Krebs <dkrebs@actorstheatre.org>
    Subject: RE: [Tessitura Technical Forum] Headers for Portfolio Custom Element when copy to clipboard used

     

    Ours was to pull plan notes as a custom element. Here's the SQL query I used.

    select top 1 notes from vs_plan WITH (NOLOCK) where plan_no = @plan_no

    with a data type of string.

    From: Dot Krebs <bounce-dotkrebs9366@tessituranetwork.com>
    Sent: 4/13/2017 2:47:33 PM

    Hey Michele,

     

    Yep. That is what I mean. I made one quick attempt at the SQL and did not hit upon the right syntax.  Figured it was easier to see one that was working so I could figure out where I went sideways.  Pretty sure I made a left turn somewhere around @customer_no or @plan.

     

    Dot

     

     

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Michele Keutsch
    Sent: Thursday, April 13, 2017 8:59 AM
    To: Dot Krebs <dkrebs@actorstheatre.org>
    Subject: RE: [Tessitura Technical Forum] Headers for Portfolio Custom Element when copy to clipboard used

     

    Dot, 

    Do you mean that you are trying to set up a custom element in Plans?

    From: Dot Krebs <bounce-dotkrebs9366@tessituranetwork.com>
    Sent: 4/12/2017 3:22:42 PM

    Hey all,

    I'm about to attempt to set one up.  Would either of you care to share a sample that works with me?

    Thanks,

    Dot




    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!




    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!

Children
No Data