View is a central presentation concept is Ada. It is a customizable container of different filters, widgets, and tables. To create a new view go to Setting→Views and click on located on the right side. Once a view is created, widgets from the analytical sections can be added to a selected view by clicking +To in their screens. Size and position of each widget is customizable through the options, such as width (in columns: max 12), height (in pixels), and offset.

Before you create a new filter or view, always verify if the same (or similar) view does not exist. Always give a filter or a view an appropriate name reflecting its meaning and use, such as "Cases vs Controls (Motor Tests)" and avoid dummy names, e.g., "View 21” and "Peter’s Stuff". Do not include too many widgets and table columns in a single view; split if necessary. Note that views can be copied () so if there is a view you like do not start from scratch and copy and modify the view instead.


In order to optimally execute the routines required for the widgets of a selected view, Ada provides 7 calculation strategies:

  • Full Data
  • Streamed All
  • Streamed Individually
  • Repo and Full Data
  • Repo and Streamed All
  • Repo and Streamed Individually
  • Auto - currently only redirects to "Repo and Full Data"... will be adjusted to take into account the underlying database, the number of rows, columns, specific data types, etc.


Important
Access rules for views (and filters) are quite straightforward: all non-private filters and views can be accessed or copied by all the users who have access to the underlying data set. Filter or view can be edited or deleted only by the original creator (or admin).