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

Change table transform #29

Open
roveo opened this issue Apr 15, 2022 · 0 comments
Open

Change table transform #29

roveo opened this issue Apr 15, 2022 · 0 comments
Labels
Milestone

Comments

@roveo
Copy link
Contributor

roveo commented Apr 15, 2022

alias diff?

select revenue, revenue.change() along (Year asc) within (genre)
by Year, genre

Argument means: change from what?

  • -1 (from previous value, default) revenue.change(-1) along (Year)
  • -4 (from -4 values) revenue.change(-4) along (Quarter) — quarters YoY
  • 'first' — from first value
  • 'last' — from last value
@roveo roveo added this to the Dictum 0.1.0 milestone Apr 15, 2022
@roveo roveo added the engine label Apr 15, 2022
@roveo roveo removed this from the Dictum 0.1.0 milestone Jul 16, 2022
@roveo roveo added this to the Dictum 0.2.0 milestone Jul 28, 2022
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