Versions Compared

Key

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

SECTION# returns a string containing the section with corresponding parameter values (and names) of two Telitab sets

Syntax

Arguments

SECTION#(Telitab_1$, UnfoldPar_1$, Telitab_2$, UnfoldPar_2$, Mode%)

Arguments


  •  Telitab_1$  is

     is

    a string expression containing/returning the first Telitab set.



  •  is

     UnfoldPar_1$  is a name of parameter for which to unfold the first Telitab set, see also the UNFOLD#() function.



  •  is

    Telitab_2$  is a string expression containing/returning the second Telitab set.



  •  is

     UnfoldPar_2$  is a name of parameter for which to unfold the second Telitab set.



  •  provides

     Mode%  provides options how to return the result



  •  returns

     Mode% = 0  returns the section containing only the parameters present in both the sets of section cases.



  •  returns

     Mode% = 1  returns the section containing all parameters in both the section cases.


Examples

SECTION with Mode%=0

...

The SECTION#() function with Mode%=1 can be used as a special query function. The section of two Telitab sets produced by this functiun completes a set of data by combining data from two source sets in a single table (see also UNION#()).


 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview