Hi I have a Timelion visualization that generate a chart based on a calculation:
.es(index=myIndex, q='SLType:100').subtract(.es(index=myIndex, q='SLType:200')).bars(stack=YES)
I am trying to get the same result in Visual Builder but I can't figure out how to do that. I can generate a chart with the two series (one bar for SLType:100, and one for SLType:200). But I don't see a way to perform the calculation the way I can do it in Timelion.
Thanks
Paul