OdagBinding

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
selectionField string Field name in the selection app
templateField string Field name in the template app
selectionType string Type of selection binding
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-odagbinding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OdagBinding",
  "title": "OdagBinding",
  "type": "object",
  "properties": {
    "selectionField": {
      "type": "string",
      "description": "Field name in the selection app"
    },
    "templateField": {
      "type": "string",
      "description": "Field name in the template app"
    },
    "selectionType": {
      "type": "string",
      "description": "Type of selection binding"
    }
  }
}