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

Relational column field -- Select column from another table's column #802

Closed
000Shimmy opened this issue Jan 26, 2024 · 1 comment
Closed
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request

Comments

@000Shimmy
Copy link

Is your feature request related to a problem? Please describe.

No. Enhancement

Describe the solution you'd like

When constructing a table column, I would like to be able to make the column selection type "Relational" which builds a list from a pre-established table and column.

Bonus: if more than one column can be used for data validate.
Ex. instance I have a table called "Customers" with at least three columns "Name"a text field,"Status" a selection between "Lead, Client, etc.", "isActive" a yes/no; and, I have another table called "Projects" where one of the fields is called "Customers" but I want to create rules to validate the options of that Customers.Name to filter [Status] by "Client" and [isActive] by "Yes".

Describe alternatives you've considered

Sticking to spreadsheets.

Additional context

While this wouldn't make tables a relational database it will add some tremendous functionality and potential. If filtering by multiple columns is not feasible; then perhaps filtering by a single column from a table or a view would add all the functionality required, and then giving views the option to be "hidden" from the sidebar as well as the summary in the main window.

@000Shimmy 000Shimmy added 0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request labels Jan 26, 2024
@enjeck enjeck changed the title FR: Table Column Selection Type list from Table.Column Relational column field -- Select column from another table's column Apr 14, 2024
@enjeck
Copy link
Contributor

enjeck commented Apr 14, 2024

Duplicate of #172

@enjeck enjeck marked this as a duplicate of #172 Apr 14, 2024
@enjeck enjeck closed this as not planned Won't fix, can't repro, duplicate, stale Apr 14, 2024
@enjeck enjeck mentioned this issue Apr 14, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants