Child pages
  • RelationItem

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • = equal
  • > greater than
  • < less than
  • >= greater or equal
  • <= less or equal
  • != not equal
  • like
  • not like
  • #= case insensitive equal
  • #!= case insensitive not equal
  • #like case insensitive like
  • #not like case insensitive not like
  • ^||= equals or null
  • ^||> greater than or null
  • ^||< less than or null
  • ^||>= greater or equal or null
  • ^||<= less or equal or null
  • ^||!= not equal or null
  • ^||#= case insensitive equal or null
  • ^||#!= case insensitive not equal or null

HTML Table
idclassservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#foreignColumnName
The name of the column from the destination table
that this relation item is based on.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#operator
The operator that defines the relationship between the primary dataprovider
and the foreign column.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#primaryDataProvider
The name of the column from the source table
that this relation item is based on.

...