How can we help?
{{docApp.searchError}}
{{product.name}}
Searching in {{docApp.searchFilterBySpecificBookTitle}}
{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}}
in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
-
{{resultItem.title}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
Description
defines how to get data for a datalist widget.
Properties
Name | Type | Occurrence | Description |
---|---|---|---|
drilldownColumn |
Array<widgetDataColumnType> |
Optional | columns to select when doing drilldown, If not specified then it will be assumed that no drill down data is needed. |
drillDownFilter |
xs:string |
Optional | where clause filter to restrict drill down data, don’t provide the ‘where’ keyword itself, it’s added by server after checking if filter is safe |
drillDownTable |
xs:string |
Optional | Table from where drill down data should be selected, if not specified then main table is used |
filter |
xs:string |
Optional | where clause filter, don’t provide the ‘where’ keyword itself, it’s added by server after checking if filter is safe |
fromTable |
xs:string |
Required | select from table |
sample |
xs:integer |
Required | number of rows to return |
selectColumn |
Array<widgetDataColumnType> |
Required | columns to select |
- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}
In This Document