Zum Hauptinhalt gehen

Configure a layer feature description to search and replace text from a field

Kommentare

1 Kommentar

  • Permanently deleted user

    Hi Tim

    depending on where  the data is stored you could create a 1:1 datalink for this so that you do all of the required formatting in the SQL statement ie something along these lines:

    SELECT     RFS_Id, CC_MAST_TYPE AS RfsType, CC_MAST_TYPE_SUBTYPE AS RfsSubType, CONVERT(NVARCHAR(25), RfsDate, 103) + N' - ' + CONVERT(NVARCHAR(25),

     

                          RfsTime, 108) AS RfsDateStr, '<a href=' + CHAR(34) + 'http://geo.rdc.govt.nz/BOPLASS/tiny/go.aspx?ORF' + RFS_Id + CHAR(34) + '> Open</a>' AS OzoneLink,

     

                          CS_PAR_SUE AS SUE, RfsDate

     

    FROM         dbo.vw_GIS_Sue_RFS

    The OzoneLink field then renders as follows:

    /customer/servlet/servlet.FileDownload?file=00P6000000eltozEAA

    regards

    Ralph

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.