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

Description

runtime info used input for report

Properties

Name Type Occurrence Description
uid xs:string Required unique id for the prompt so we can match user input params to the uid
useExistingPrompt xs:boolean Optional
Default=false
ui only - if true the uid will be set to an existing user prompt. This allows us to use same prompt in many clause sections.
userPrompt reportDataSourceFilterUserPromptDisplayDefinition Required prompt to use asking user for report input
type dataSourceFilterUserPromptDisplayDefinitionType Required type of user input
defType xs:choice Optional You need to specify one of the following choices:
ValueType
applicationListxs:string
databaseListxs:integer
dummyxs:string
simpleListxs:string
staticListreportDataSourceFilterUserPromptStaticList
In This Document