Replies: 2 comments 2 replies
-
@ShivaniSK is it true that versions always increment? is such situations possible?
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @ShivaniSK. I would recommend using custom functions in timebase: https://github.com/epam/TimeBaseTutorial/tree/main/qql-functions I would suggest to have next custom function
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have below sample dataset
We want to perform below operations on above dataset
STEP 1: Group by epochtime,symbol -- get max version record
STEP 2: Roll up over 1m and sum up the volume
STEP 1 should give below records
STEP 2 should give below records
Is there a way to achieve this with timebase query?
Beta Was this translation helpful? Give feedback.
All reactions