Zum Hauptinhalt gehen

Feature label of related table's records

Kommentare

5 Kommentare

  • Nico Burgerhart
    Configure the Display Field property for the table in your map document to the field you want to use and republish the service.
    0
  • Permanently deleted user
    I did this, but it did not work
    0
  • James Landwehr
    When I had linked tables and I wanted a different field than ObjectID to display, I had to chnage the Data Link syntax so that the field I wanted was at the beginning of the statement. (By default ObjectID is chosen when the Link is built). In the case below, I wanted "LAND_USE" to be the primary field showing in the results. It has to be the first field declared. 

     

    SELECT LAND_USE, ACTUAL_FRONTAGE, FRONTAGE, DEPTH, SQUARE_FOOTAGE, ACREAGE, LAND_USE, ZONE, SCHOOL_DISTRICT_NAME, COUNTY_NAME, TIFDISTRICT_NAME, STATE_CODE, TAXKEY FROM PWKC.GISLOADER.PWC_ASSESS_BILLINGSITEDATA WHERE TAXKEY = @BillingSite_Param
    0
  • Permanently deleted user
    Hi Hani,

     

    I know this may be a moldy post, but where you able to configure your related records to display with the field values that you wanted? I'm not sure how the related records feture labels configured, but I am unable to change it for the like of me. aarrgghh!!
    0
  • Permanently deleted user
    anyone got any solid examples of this working?
    0

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