Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

PropertyDescription
GeneralAside from the basic information, you'll have to make a decision whether to deploy the View as a database element or a function.
ObjectsAll of the Busines Objects that are related...
FieldsAll the columns associated with the view
WhereClause that filters the retrieved columns
Sort ByUsed to sort view by a specific column(s)
Group ByUsed to group columns and perform aggregate function on other columns. For example finding the total number of employees grouped by position
HavingUsed in conjunction with the Group By statement. Used to Filter the result statement. For example finding number of employees grouped by position having position not equal to 'QA'.

NOTE: For naming issues please refer AppBase Black List of Names.

Create a View with simple SELECT statement and SORT BY clause

...