Hoppa till huvudinnehållet

A HREF in DataLinks

Kommentarer

1 kommentar

  • 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

Du måste logga in om du vill lämna en kommentar.