Hello,
Something i noticed that's a bit off and i'm not sure exactly what's the cause of it.
My data is in the form of:
"businessevent": "GENERICPGPFILESOUTGOING",
"jobid": 6054972458,
"start": "2018-02-09T11:22:05.443Z",
"difference": 1.574
And i'm trying to create a horizontal bar graph which has
X axis - average difference
Y axis - buisness event
Something like this:
Now my issue is when sorting the bucket.
What i want to do is sort it by greatest AVG and descending (like in the above snapshot).
When i do it this way, hovering the mouse over the business event gives me the wrong value (in this case 2.352) and when i filter it based on the businessevent, it gives me the correct one.
I also noticed that when i sort it differently (i.e. based on term, or max value, etc) it comes out fine on both cases.
My bucket looks like this:
Any ideas? (sorry if the screen shots don't display, but it was the easiest way for me to describe my issue)
Thanks in advance!