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

Description

where clause section where we are testing a condition against a selected tabel column

Properties

Name Type Occurrence Description
column xs:string Required table column to test against
operator whereClauseOperatorType Required test operator
sampleDataBinding xs:string Optional if set sql clause will use this table.column setting i.e. h_data_sampledata.h_col1_value
table xs:string Required table to test against
type xs:choice Required You need to specify one of the following choices:
ValueType
customreportDataSourceFilterCustomDefinition
dblookupreportDataSourceFilterDbLookupDefinition
hardcodedreportDataSourceFilterHardcodedDefinition
userpromptreportDataSourceFilterUserPromptDefinition
valueSource valueSourceType Required the type of value we will test against
In This Document