What is view ?
A view is a list that displays data from a sheet.
The columns to be displayed are selected from the sheet columns.
The view can be filtered using a condition, expressed as follows :
DATEDIF(LOGIN_DATE, TODAY() , ‘M’) = 0
In this case, LOGIN_DATE is the column name.
Where is a view displayed ?
A View can be displayed at two places :
- On the main screen (by default).
- From the sheet form (if the view is defined as a child of a sheet)