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

  • Hi Michele,

    Did you ever figure out a solution for this?  We're seeing the same behavior.

    Thank you,

    Frannie

  • ok - thanks for your quick response! I'll update here if I find out anything more.

  • Hi Frannie, I never received a response to this, and actually forgot about it so didn’t go any further with contacting the network.

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Frances O'Connell
    Sent: Monday, March 20, 2017 11:33 AM
    To: Michele Keutsch
    Subject: Re: [Tessitura Technical Forum] Headers for Portfolio Custom Element when copy to clipboard used

     

    Hi Michele,

    Did you ever figure out a solution for this?  We're seeing the same behavior.

    Thank you,

    Frannie

    From: Michele Keutsch <bounce-michelekeutsch5100@tessituranetwork.com>
    Sent: 10/27/2016 10:27:42 AM

    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




    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!

  • 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

  • Dot, 

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

  • 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.

  • 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.

  • 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!

  • 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!