The formula above needs some tweaks for new version of Seeq to be compatible with upgrades to Seeq Formula
For 0.48:
$condition.transformToSamples($cap ->
Sample($cap.getStart(),$cap.getStart().toString()), 1d)
.replace('/(?<year>....)-(?<month>..)-(?<day>..)T(?<hour>..):(?<minute>..):(?<sec>..)(?<dec>.*)Z/' , '${month}/${day}/${year} ${hour}:${minute}')
For 0.49
$condition.toSamples($cap -> Sample($cap.startKey(), $cap.startKey().
Recommended Posts
Posted by Ben Johnson,
Better for newer versions of Seeq
Recommended by Teddy
2 reactions
Go to this post
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now