Adding hyperlink to customer number SSRS

I keep getting an error on deployment where setting a hyperlink expression on customer_no to the recommended syntax of: =Code.GetTessituraLink("Constituent", Fields!.customer_no.Value)

Halts any deployment. The report definition has the custom code in the properties. Any Ideas?

Parents
  • Yep! That was it…. I knew it was something like that… Thanks.

     

    ---

    Regards,

    Troy Nelson

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Brian Wilbur Grundstrom
    Sent: Monday, August 27, 2012 5:18 PM
    To: tnelson@smm.org
    Subject: RE: [Tessitura Technical Forum] Adding hyperlink to customer number SSRS

     

    Troy has a period after the exclamation.

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Chris Jensen
    Sent: Monday, August 27, 2012 6:01 PM
    To: Brian W. Grundstrom
    Subject: Re: [Tessitura Technical Forum] Adding hyperlink to customer number SSRS

     

    I'm not (yet) sure why, but for me, in some cases this works:

    =Code.GetTessituraLink("Constituent", Fields!customer_no.Value)

    ...and in some cases this works:

    =Globals!ReportServerUrl & "?/Tessitura/Links/Constituent" & "&Id=" & Fields!customer_no.Value

     

    From: Troy Nelson <bounce-troynelson3148@tessituranetwork.com>
    Sent: 8/27/2012 3:00:04 PM

    I keep getting an error on deployment where setting a hyperlink expression on customer_no to the recommended syntax of: =Code.GetTessituraLink("Constituent", Fields!.customer_no.Value)

    Halts any deployment. The report definition has the custom code in the properties. Any Ideas?




    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!

  • I've never done this, but am very interested in putting this into my reports.  Do I just put this expression right into my customer_no field?  Do I need any additional procedures added to the report?  Any direction you can provide would be awesome.

     

    Thanks,

    Steve



    [edited by: Steve Lang at 11:10 AM (GMT -6) on 3 Jan 2014]
  • I think I may have figured it out.  I used the following in the Action>>Select URL property, and so far it seems to be working great.

    =Globals!ReportServerUrl & "?/Tessitura/Links/Constituent" & "&Id=" & Fields!customer_no.Value 

Reply Children