info("expandable")

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


Description

This function checks to see if the current record is expandable, in other words, is it a summary record with one or more collapsed child records? This function returns the count of any collapsed 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 expandable or not, much like the outline view in the Finder.

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

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but returns the actual count of collapsed child records (in Panorama 6.0 and earlier, this function would return 0 or 1, no matter how many collapsed child records were there.)