We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by keski Friday Dec 11, 2015 at 13:35 GMT _Originally opened as _
The syntax should differentiate between physical and logical windows, i.e.:
Logical
FROM NAMED WINDOW :w ON :s [RANGE PT1H STEP PT1M]
Physical
FROM NAMED WINDOW :w ON :s [ITEM 10 STEP 1]
Note: The actual keyword 'ITEM' has not been discussed in the group
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Friday Dec 11, 2015 at 13:35 GMT
_Originally opened as _
The syntax should differentiate between physical and logical windows, i.e.:
Logical
Physical
Note: The actual keyword 'ITEM' has not been discussed in the group
The text was updated successfully, but these errors were encountered: