Versions Compared

Key

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

...

  • Telitab$ ia a string expression containing a Telitab set.
  • Object is an object containing a datas etdataset
  • UnfoldPar$ is a name of parameter for which to unfold a dataset.
    • UnfoldPar$ can be specifically for a parameter in a particular object of the solution, for example "SPEEDPOWER.Vs_kts". In that case, the data will be unfolded on the level of Vs_kts in the SPEEDPOWER object. This definition is expecially required when Vs_kts is available in serveral object of the solution you want to use and you specifically want to unfold at the position of SPEEDPOWER.
    • If UnfoldPar$ = "NullString", no unfolding of Telitab$ is performed. This basically is a selection, a query without any query arguments, except for the Mode% and InpVar variables.
  • Mode% is the filter option of the UNFOLD#() function:
    • For Mode%=0, the function returns the unfolded Telitab without a subset of parameters provided in the optional list InpVar;
    • For Mode%=1, the function returns the unfolded Telitab with only a subset of parameters provided in the optional list InpVar
  • InpVar can contain actual parameters Par1,..,Parn or the names "Par1",..,"Parn". In the first option, Par1 to Parn need to be present in the knowledge base AND in the current solution. With "Par1",..,"Parn", the parameters are only expected in the Telitab set. "Par1",..,"Parn" is most convenient.

...

Parameters MODMAT$ and object PROJECTS are the only ones presented.


 

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