| Report Generator | ![]() |
Putting Text in a Table Cell
You can type text in a table cell in the Setup File Editor. The text appears in the report as long as you are in the non-split mode.
To enter text in a cell, double-click on the cell. When a gray box appears in the cell, you are in the edit mode. To exit the edit mode, press the Esc key.
In the edit mode, %<PropertyName> appears in the gray box. If you type text outside the %<>, then it will appear as text in the report. If you type text inside the %<>, it should be a valid property name. If you type an invalid property name, then that property name will appear in the report without a property value.
For example, if you choose to display the property name/property value pair as value, and enter the following in a table cell in the attribute page
My title: %<Name> is visible=%<visible>
and the value of Name is 'Membrane' and the value of visible is 'on', then the following table cell appears in the report if the cell is in the non-split mode.
If the table is in the split mode, then the following table cells appear in the report.
| Choosing How a Property Name/Property Value Pair Is Displayed | Title | ![]() |