Versions Compared

Key

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

It is common to want to combine the data from several columns together when displaying a report.

Example

For example, let's say we wanted to make our course name column contain the name of the course, but linked to the course page. Then we need two database fields (the fullname column, but also the course id to let us build the link).

...