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] Use formula column as primary value #1809

Closed
tlonic opened this issue Apr 21, 2022 · 8 comments
Closed

[Feature] Use formula column as primary value #1809

tlonic opened this issue Apr 21, 2022 · 8 comments
Labels
🍰 Scope : Column Related to column type or its presentation 🔦 Type: Feature New functionality is requested.

Comments

@tlonic
Copy link

tlonic commented Apr 21, 2022

Recommending Features

Need for this feature
Allows one to create a title for every row which combines elements from multiple fields. Especially helpful since the primary view determines what shows up in linked records.

Is your feature request related to a problem? Please describe.
You cannot set a formula column as a primary view

Describe the solution you'd like
Ability to set formula column as a primary view

@dstala dstala added the ✨ Type: Enhancement Some new changes adding on the existing functionality to make better. label Apr 21, 2022
@o1lab o1lab added 🔦 Type: Feature New functionality is requested. and removed ✨ Type: Enhancement Some new changes adding on the existing functionality to make better. labels Apr 21, 2022
@rallisf1
Copy link
Contributor

rallisf1 commented Jun 9, 2022

In 0.91.7 for some reason it automatically uses the formula field of the linked table as the primary value, although you can't manually set it. See #2316

@Curiuke
Copy link

Curiuke commented Aug 15, 2022

I´d love this feature too :)

@paullaffitte
Copy link

Definitely a must have!

Here is my case: I import my bank statements in nocodb for my personal accounting. My columns are: accounting_date, label, reference, credit and debit. So for example I can have a record like this:

{
  "accounting_date": "2022-09-03",
  "label": "PRLV SEPA XXXXXX",
  "reference": "WJCO239",
  "debit": 42.42,
  "credit": 0,
}

For some reason, my bank sometimes use the same reference for several transactions, for recurring transaction, the label isn't very helpful for identification and the date is obviously not a candidate.

I would like to use as primary value a formula including at least the date and the total value of the transaction, example: [2022-09-03] 42.42. This way it would be much easier to link a transaction to a budget for instance.

@o1lab o1lab added the 🍰 Scope : Column Related to column type or its presentation label Sep 13, 2022
@ColinMaudry
Copy link

@tlonic I guess you mean primary value and not view, right?

@tlonic
Copy link
Author

tlonic commented Nov 3, 2022 via email

@wingkwong wingkwong changed the title [Feature] Use formula column as primary view [Feature] Use formula column as primary value Nov 4, 2022
@pareshpandit
Copy link

+1 for this feature request.

This gives one the flexibility to concatenate one or two fields in a (hidden) column, and use it as a sort of "data-label" in related table entries, such that the relation/origin can be more readily identified. _/|_ :)

@folk-connect
Copy link

+1

@dstala
Copy link
Member

dstala commented Feb 16, 2023

@dstala dstala closed this as completed Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍰 Scope : Column Related to column type or its presentation 🔦 Type: Feature New functionality is requested.
Projects
None yet
Development

No branches or pull requests

9 participants