stroom icon indicating copy to clipboard operation
stroom copied to clipboard

Can't use EventTime in vis of window Query

Open stroomdev10 opened this issue 1 year ago • 0 comments

from "blah"

eval p0=mask(0,count())
eval p1 = mak(1,count())

window EventTime by 1d

select p0,p1

show as LineChart(x=EventTime, y=p0)

This query automatically adds the EventTime field, but I can't use it in the show()

I can add eval EventTime = any(EventTime). and select it. , but I don't feel i should have to.

stroomdev10 avatar Oct 07 '24 10:10 stroomdev10