Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Version: Available or changed with runtime version 1.0.
Sets the table view for a subpage. The following syntax is valid for the SubPageView property:
SubPageView =
[<SORTING>[<KeyList>] [ORDER(Ascending|Descending)] [WHERE(<TableFilters>)]
<KeyList> ::= PagePartTableKey1, PagePartTableKey2, ...
<TableFilters> ::= <TableFilter> {,<TableFilter>}
<TableFilter> ::= <PagePartTableFieldName>= CONST(<FieldConst>) | FILTER(<FilterExpression>)
Applies to
- Page Part
- Page System Part
- Page Chart Part
Remarks
The table view is the view of the table that you present to the user. You determine what records the user can see by setting filters, determining the sorting order, and selecting the keys.
You can use this property to sort the information in the table for display in this part.
Example
SubPageView = sorting("No.") where (City=filter('Miami'));
For an example of a page part using the SubPageView property, see Adding a FactBox to a Page.