Returns a view attribute.
Note This @function is new with Release 6.
Syntax
@GetViewInfo ( [ attribute ] ; column )
Parameters
[ attribute ]
[CalendarViewFormat]
Returns as a numeric value the number of days displayed: 1, 2, 5, 7, and so on. Applies to calendar views only.
[ColumnValue]
Returns as a text value the value of a column for the current row. Requires the second parameter.
[IsCalViewTimeSlotOn]
Returns @True if time slots are displayed on the lefthand side, @False otherwise. Applies to 1-day and 2-day calendar views only.
value
Look at the view design or design synopsis to determine column numbers. You cannot count columns by looking at a view in the Notes client or a browser.
Example