Skip to main content

A HREF in DataLinks

Comments

1 comment

  • John Nerge
    You can link to websites directly in data links without using href.

     

    SELECT  'http://www.google.com' AS website

     

    FROM GIS.PARCELS

     

    WHERE PARCELS.PID_NO = @ParcelNumber

     

    If you're looking to run commands like in your image, that's something you can do directly in your feature description instead.
    0

Please sign in to leave a comment.