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

[BUDI-7355] Using a Formula column as the display column in SQL will cause the table not to load data after re-fetching #11423

Closed
1 task done
melohagan opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
bb-sql bug Something isn't working env - production Bug found in production formula Relating to Budibase formulas High priority Created by Linear-GitHub Sync sql-server

Comments

@melohagan
Copy link
Collaborator

melohagan commented Aug 2, 2023

Checklist

  • I have searched budibase discussions and github issues to check if my issue already exists

Hosting

  • Self
    • Method: docker compose
    • Budibase Version: 2.8.14
    • App Version: 2.8.14

Describe the bug
I have a SQL Server datasource and I fetch some tables. In one of the tables I create a new Formula column and set it as the display column. When I fetch tables again, that table will no longer return any data.

To Reproduce
Steps to reproduce the behavior:

  1. Fetch tables for a SQL datasource
  2. Add a formula column to a table
  3. Fetch tables again
  4. See that the table with the formula column no longer loads any rows

Expected behavior
I should be able to set a formula column as the display column in a SQL table, and not have any issues when re-fetching my tables.

Screenshots

Screenshot 2023-08-02 at 13.40.47.png

Now fetch tables and click on the table

Screenshot 2023-08-02 at 13.41.36.png

From SyncLinear.com | BUDI-7355

Also this option should be enabled in the Grid view:
image

@melohagan melohagan added bb-sql bug Something isn't working env - production Bug found in production formula Relating to Budibase formulas High priority Created by Linear-GitHub Sync sql-server labels Aug 2, 2023
@melohagan melohagan self-assigned this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb-sql bug Something isn't working env - production Bug found in production formula Relating to Budibase formulas High priority Created by Linear-GitHub Sync sql-server
Projects
None yet
Development

No branches or pull requests

1 participant