Versions Compared

Key

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

The parameter attribute @FIRSTFORWARDis used to define the priority of a parameter to be presented to the user prior to the presentation of the rest of group in which it/they occur.

Syntax

Place @FIRSTFORWARD:Priority in the data slot of the parameter

...

If a group of parameters that the Modeler needs contain e.g. 5 parameters a,b,c,d and e and e contains the attribute @FIRSTFORWARD :1 and d contains @FIRSTFORWARD :2, Quaestor will first present e, then d and finally a,b and c together. If the pririty value is the same, d and e will be presented together and the next screen will be a, b and c.

...