Versions Compared

Key

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

QUERY# returns a Telitab subset on the basis of a set of search criteria

Syntax

QUERY#(Telitab$, UnfoldPar$, Arg_1$[:ParLab_1$], .., Arg_n$[:ParLab_n$])

...

Again we use Telitab_1$ with the query:

DATASET$ = QUERY#(Telitab$, "LPP", ARG1$: "LPP", ARG2$: "T")

...

Please visit the forum topic: Select an item from a dataset for an example of QUERY# in combination with data in a dataset.

...