xbrlContext

xbrlContext is a text function that returns the value of a specified XBRL context property. You can use this function only in a column heading or a text cell in the column that is set up with XBRL context. The function syntax is:

<<xbrlContext(“InfoType”)>>
<<xbrlContext (“Gridname”, Row, Column, Page, InfoType”)>>

where:

Note:

The reference parameters will update when rows or columns are added or deleted from the grid.

Note:

The “current” keyword is supported for the reference parameters (“GridName”, Row, Column, and Page). However, it must be used within a grid's text cell and/or custom heading (not supported in text objects).

Example: The following example inserts the unit description into the column heading for an XBRL context:

  <<xbrlContext("unit")>>