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

Description

Defines how to get data for a chart measure group by.

Properties

Name Type Occurrence Description
filter xs:string Optional where caluse filter to restrict the selection. NOTE: Currently this filter will not work as drill down data columns are different from original columns and filters are expressed in original columns. Though we have mapping from original columns to drill down columns, but due to arbitrary complexity of filters its difficult to translate filter meant for original table to drill down table. Unless we restrict the filter language. (Work in progress)
measureId xs:integer Required measure id to use for data series
periodFilter samplePeriodFilterType Optional Restrict the samples within this date time range
sample xs:integer Optional number of rows to return. if not specified return all
show orderDirectionType Optional show top or bottom matching records i.e. asc/desc
tickType sampleFrequencyPeriodType Optional Frequency with which to re sample the measure data, if auto originally measured data is returned
In This Document