Hi All,
Is there any way to union multiple query data sources .
My requirement is something like below:
"queryType": "groupBy",
"dataSource":
{
"type": "union",
"dataSources": [
{
"type": "query",
"query": {
"type": "groupBy",
...
}
},
{
"type": "query",
"query": {
"type": "groupBy",
...
}
},
]
},
Please suggest some solution, Thanks in advance.
-Amit