Zum Hauptinhalt gehen

A HREF in DataLinks

Kommentare

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

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