Versions Compared

Key

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

...

The dataset of Quaestor can only containt contain objects on its top level (below the Dataset node). When you want to use the data in the Dataset, you can either select the object or define the object as database entry so that the Process manager will show it's content. @DBENTRY defines this entry point for selection of data by Quaestor (and thus in the process manager).

@DBOBJECT is an addition to the entry point definition and defines that an object may be available in the Dataset as multi case value. For instance several ships.

...

Please note that @DBOBJECT is an addition to @DBENTRY. So @DBENTRY should always be in the multi case object you want to use as entry point for your data in combination with @DBOBJECT
Furthermore, at this moment it is not possible to do calculations for serveral several multi case objects at once (this behaviour is suggested in earlier Quaestor version earlier Quaestor versions in situation situations where you use @DBOBJECT without @DBENTRY and as a result are able to select several or All Ships...).

...