Versions Compared

Key

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

...

This particular script describes three selection steps through a dataset, 
"Ship type" (represented by the data connected to parameter SHIPTYPE$), 
"Order number" (represented by the data connected to parameter PROJECT$parameter PROJECT$) and 
"Loading condition" (represented by the data connected to parameter CONDITION$).

...

The line "HullForm$" "" in the script tells the system that at least a DETERMINED value of HullForm$ should be available to allow selection of a case. This means, that the result of the selection cannot be empty values for HullForm$, therefor Quaestor will pre-filter all these cases out of the total dataset. The selection of HULLDATA# will contain all other DETERMINEDvalues available in the selected record. Also SHIPTYPE$, PROJECT$ and CONDITION$ should  PROJECT$ and CONDITION$ should be DETERMINED (thus available) to allow a selection.

...