Documentation

{{docApp.title}}

{{docApp.description}}

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!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - dataListDatabaseSourceType

Description

defines how to get data for a datalist widget.

Properties

Name Type Occurrence Description
drilldownColumn widgetDataColumnType Optional
Array (0/∞)
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 widgetDataColumnType Required
Array (1/∞)
columns to select
In This Document