You are here: Features > Action Events > Load cell group by name

Load Cell Group by Name Action

Event Function: LoadOneGroup

The Load Cell Groups by Name action loads a single cell group from a cell group file into the active document.

Using the Events tab

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

File Name

Name of the cell group file in current working directory, or full path otherwise

"c:\Program Files\CaseWare\groups\group.cgf"

Group Name

Name of the cell group to load

"nopriors"

Group Name

Optional name of an additional cell group to load

"Tab Current Year"

Group Name

Optional name of an additional cell group to load

"Cell Current Year"

Group Name

Optional name of an additional cell group to load

"Cell Prior Year"

Syntax (if entering it in the Equation bar)

ACTION("LoadOneGroup", expr1, expr2<, expr3><, expr4><, expr5>)

Where

expr1 = entry under File Name

expr2 = entry under Group Name

expr3 = entry in the second Group Name field, if it exists

expr4 = entry in the third Group Name field, if it exists

expr5 = entry in the fourth Group Name field, if it exists

How the example will appear in the Equation bar

ACTION("LoadOneGroup", "c:\Program Files\CaseWare\groups\group.cgf","Tab Current Year","Cell Current Year","Cell Prior Year")

Related Topics