info("collapsible")

The info(“collapsible”) function checks to see if the current record is collapsible.


Description

This function checks to see if the current record is collapsible, in other words, is it a summary record with one or more expanded child records? This function returns the count of any expanded child records, if there are none, it returns zero.

This example could be used as a formula for a Image Display Object. This object will display an arrow that shows whether this record is collapsible or not, much like the outline view in the Finder.

?(info("collapsible"),"right arrow","up arrow")

See Also


History

VersionStatusNotes
10.0NewNew in this version.