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

[Feature request] Group by "Range" #518

Open
vasnt opened this issue Apr 1, 2024 · 1 comment
Open

[Feature request] Group by "Range" #518

vasnt opened this issue Apr 1, 2024 · 1 comment

Comments

@vasnt
Copy link

vasnt commented Apr 1, 2024

Group by user-defined custom RANGE i.e. "1 to 10" , "10 to 20" etc. instead of each number.

image

@tea-artist
Copy link
Contributor

You can group by a formula as a workaround.
FLOOR({Seats}, -1) & " to " & FLOOR({Seats} + 10, -1)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants