Functions and Formulas  

Levels  

Levels

leaflev

Returns the content of the given collection in a new collection using the bottom level of the attached tree.

Collection leaflev(Collection src)

Parameters
src : is the source collection

lev

Returns the content of the given collection in a new collection using specified levels of the attached trees.

Collection lev(Collection src, integer dim1=nothing, integer dim2=nothing, integer dim3=nothing, integer dim4=nothing, integer dim5=nothing, integer dim6=nothing, integer dim7=nothing, integer dim8=nothing)

Parameters
src : is the source collection
dim1 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)
dim2 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)
dim3 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)
dim4 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)
dim5 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)
dim6 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)
dim7 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)
dim8 : is the level for the n'th dimension of the collection. Enter a number or one of the level constants (outlineLevel, bottomLevel, paramLevel)

outlev

Returns the content of the given collection in a new collection using the outline level of the attached tree.

Collection outlev(Collection src)

Parameters
src : is the source collection

parLev

Collection parLev(Collection src)

Parameters
src :

syslev

Returns the content of the given collection in a new collection using the parameter level of the attached tree.

Collection syslev(Collection src)

Parameters
src : is the source collection

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=