ListofCellDocuments
ListofCellDocuments
is a text function that returns a list of all cell documents and their file attributes selected to be retrieved from cells within a report. You can use this function in a text box, text cell, or text cell heading.
Note:
ListofCellDocuments
supports the Current keyword. See Using the Current/Cur Keyword in a Text Function.
Syntax:
ListofCellDocuments("GridName",FileName,Description)
Argument | Description |
---|---|
GridName |
Name of a grid in the report. |
FileName | Name of the cell document. |
Description | Description of each cell document. |
Example:
Two grids in a report are selected to print cell document information. In Grid1, the file name and description of the extracted cell documents are requested. In Grid2 only the file name is requested.
<<ListOfCellDocuments ("Grid1",FileName,Description>>
<<ListOfCellDocuments ("Grid2",FileName)>>
The resulting list might look similar to the following, where Grid1 has two attached documents, and Grid2 has one attached document:
Attached Documents:
April Variance High Volume
April Variance Low Volume
May Variance