Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use EventTime in vis of window Query #4512

Open
stroomdev10 opened this issue Oct 7, 2024 · 0 comments
Open

Can't use EventTime in vis of window Query #4512

stroomdev10 opened this issue Oct 7, 2024 · 0 comments
Labels
Milestone

Comments

@stroomdev10
Copy link
Member

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 stroomdev10 added the bug label Oct 7, 2024
@stroomdev10 stroomdev10 added this to the v7.5 milestone Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant