Zum Hauptinhalt gehen

Data Link (Join Fields?)

Kommentare

2 Kommentare

  • Permanently deleted user

    The join field is specified by the SELECT statement used. For example, in our Charlotte demo site there is a 1:M datalink configured by this statement:

    SELECT PROJECT, STATE_ID, PROJ_ADD AS [Project Address], PROJ_CTY AS [City], PROJ_ZIP AS [Zip Code], START_DATE, END_DATE FROM PROJECTS WHERE PROJ_ZIP = ?

    In this case the ? is a parameter that is set to be equal to the ZIP field in the Zip Codes layer. So the join field in the database is 'PROJ_ZIP', which corresponds to 'ZIP' in the spatial data, ie: WHERE PROJ_ZIP = ZIP.

    0
  • Permanently deleted user

    Thx I get it.

     

     

     

    0

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