Confluence has been updated to version 6.15.9

Page tree
Skip to end of metadata
Go to start of metadata


Specify on which datasource a query needs to be run.

Class

Grid Initialization

Property

gd.query.ds

Formal specification

gd.query.ds = <datasource id>

Required

yes in case gd.query is given and always for Connected grid

Default

none

Version

1.0

Comment

The datasource name can be defined through the Datasource Specifications.

Example

 
gd.columns = cid, name, city, revenue, campaign 
gd.query=select id, name, city, revenue from customerview 
gd.query.ds = customerdb

Reference

Datasource Specifications
[grid refresh]
issue values
gd.query
gd.query.ds
[gd.query.parameters]
gd.query.columns
gd.query.keepOnRefresh |