Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.23k stars 1.43k forks source link

Group and Calculate feature missing from View #13935

Closed timtandio closed 2 weeks ago

timtandio commented 2 weeks ago

Checklist

Hosting

Describe the bug there is no option to group and calculate the view.

To Reproduce Steps to reproduce the behavior:

  1. create table (i use sample data table)
  2. create view
  3. see error

Screenshots no group and calculate image

group and calculate view appear when we use budibase app template, for example IT Ticketing System Template here https://budibase.com/business-apps/templates/open-source-ticketing-system/ image

Desktop (please complete the following information):

linear[bot] commented 2 weeks ago

BUDI-8353 Group and Calculate feature missing from View

ConorWebb96 commented 2 weeks ago

Hey @timtandio,

If you are using the internal database this functionality was removed over a year ago for performance reasons. It might be coming back sometime later on this year.

If you are using an external database. You likely can write a custom query that does this for you.

Changing this to an enhancement as its not a bug.

timtandio commented 2 weeks ago

Hey @timtandio,

If you are using the internal database this functionality was removed over a year ago for performance reasons. It might be coming back sometime later on this year.

If you are using an external database. You likely can write a custom query that does this for you.

Changing this to an enhancement as its not a bug.

I see, thanks for clarifying. That feature is really great and helps a lot. I really hope it will be added back soon.

Cheers