Zum Hauptinhalt gehen

date token in maptip

Kommentare

1 Kommentar

  • John Nerge
    I don't think there's a Date token built into GE, but a super basic workaround would be to create a one to one data link to display the current date.

     

    SELECT

     

    CAST(GETDATE() AS DATE) AS Date

     

    FROM <map layer>

     

    WHERE <map layer>.OBJECTID = @OID
    0

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