Parameter | Data Type | Description |
|---|---|---|
1 | Any | The expression. |
Expression | Result |
|---|---|
[ Repeat CompanyCount {CompanyName} is a company within the {UnRepeated(CorporationName) } corporation.] | For each repeated Company, the value of the non-repeated variable CorporationName |
[ Repeat CompanyCount [Repeat DirectorCount {DirectorName} is a director of {UnRepeated(CompanyName) }.]] | For each doubly-repeated director, the value of the singly-repeated variable CompanyName |
[ Repeat CompanyCount [Repeat DirectorCount As of {UnRepeated(UnRepeated(ReportDate)) }, {DirectorName} is a director of {UnRepeated(CompanyName)}.]] | For each doubly-repeated director, the value of the singly-repeated variable CompanyName and the ReportDate which occurs 2 levels up (in this case outside any repeat structure) |