collapseTree()

Collapse a node (row) in a tree view.

Syntax

collapseTree(
   treeName STRING,
   row INTEGER )
  1. treeName is the name of the tree view.
  2. row is the index row number.

Usage

You can use it to collapse a selected node in a specified tree view to test this action in a scenario. For example:

CALL ggc.collapseTree("items", 100)