Skip to main content

date token in maptip

Comments

1 comment

  • 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

Please sign in to leave a comment.