Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In our basic overview example, we add a link from the ‘Last name’ "Last name" field to a person’s detail view. However, to be able to link to a detail view, an integer field with the unique record ID must be present in the SELECT clause. Any other type of ID than an integer type of field will not work.

...

This record ID field must be selected in the ‘Columns settings’ "Columns settings" as well. More than likely, it is not the intention to show this integer field at the website. So, we set it to ‘Do "Do not show’show".

  1. Select the desired overview query (Configuration > Queries Queries tab).
  2. Under "Column settings" add a column for the record ID field and check "NT" for "Do not show".
  3. In order for the field to be linked, select "New link" under "Column settings" or "Modify link" if a link already exists.
  4. From the "Field" drop-down list, select the ID field(in this example "personid").
  5. From the "To" drop-down list, select the desired detail view. Click [Save].





  6. Click [Close]. The overview query looks like this:

...



  1. Image Added


...