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 - reportDataSourceSelectColumnOptionsDefinition

Description

report select column options

Properties

Name Type Occurrence Description
aggregationDisplayName xs:string Optional If applying any aggregate function then the display name under which that aggregate will be reported. e.g Total
func aggregationType Optional
Default=NONE
perform sql aggregate function on column when selecting i.e. count, avg, min, max etc
noWrap xs:boolean Optional
Default=false
make sure column does not wrap in report output
orderByDir orderDirectionType Optional
Default=none
Direction of ordering ascending/descending
raw xs:boolean Optional
Default=false
showraw value in output
visible xs:boolean Optional
Default=true
show column in report output
In This Document