Hi,
I would like to know how to define "ALL" for input control queries. I am following below syntax for input conrol values which is working fine. But I want to add "ALL" as an additinoal value.
The working format without "ALL" value
{
"fieldsMap" : {
"key" : "key"
},
"getparameters" : { },
"fields" : [ {
"name" : "key",
"expression" : "key"
} ],
"options" : {
"contentType" : "application/json",
"rootPath" : "aggregations.groupby_value.buckets",
"baseUrl" : "groupby_value(field='cityName')"
},
"headersMap" : { },
"queryData" : "",
"GETParameters" : { }
}
Thanks
Gowtham
0 Answers:
No answers yet