FORMULA LANGUAGE
Returns a text string that represents the level of the document or category.
Syntax
@DocLevel
Return value
level
Use @DocLevel in column and window title formulas. If you use it in a window title or field formula, it will always evaluate to "1" until the document has been saved and reopened. This function does not work in any other formula.
This @function is calculated when the document is opened. Results are undefined in cases where the document is not opened, such as printing from a view.
You cannot use this function in Web applications.
Language cross-reference
ColumnIndentLevel property of LotusScript NotesViewEntry class
ColumnIndentLevel property of Java ViewEntry class
Example See Also