GridDimension is a text function that returns the name of a dimension on a grid's page, column, or row axis. The function syntax is:
<<GridDimension("GridName", "Axis", index)>>
You create a shared grid, named mygrid, that has several dimensions on each of the row, column, and page axes. You want to display the name of the first dimension on the row axis in a text box. Because that dimension may change in the future, you use the GridDimension function in the text box. Type the following in the text box:
This report is based on the <<GridDimension("mygrid","Row",1)>> dimension.
. For information and examples, see Current / Cur Keyword. |