hi sorry if this a little bit out ouf topic,
i've just started to using banana dashboard. and i want to do summarize
proccess from data that indexed in solr
can i do sum proccess with banana dashboard when i have some multivalued
data index on my field?
this is my sample data on solr :
"timestamp_dt":"2016-12-30T15:50:00Z",
"FR":["fr1"],
"EV":"89v",
"RC":[0],
"SF":["SSP"],
"CT":["POST"],
"rb.id":["rb30", "rb30"],
"rb.co":[1, 2],
"rb.lat":[47, 9]
Ok, from the data above, is it possible to summarize the value of
"rb.co" with EV as a Group By. ?
On my banana dashboard panel, i've try to set something like this :
but there is nothing happen on it.
any suggestion pls ?
Best Regards,
Yuza