We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add formula type to databases to use custom formulas in databases
I have a formula to determine the status of a project if(prop("Archived?"), "⚪️ Archived", (if(prop("Active?"), "🟢 Active", "🟡 Passive")))
I would be very grateful for such a feature
The text was updated successfully, but these errors were encountered:
*🆕 Untriaged
The team has not yet reviewed the issue. We usually do it within one business day. Docs: https://github.com/toeverything/AFFiNE/blob/canary/docs/issue-triaging.md
This is an automatic reply by the bot.
Sorry, something went wrong.
No branches or pull requests
Description
Please add formula type to databases to use custom formulas in databases
Use case
I have a formula to determine the status of a project
if(prop("Archived?"), "⚪️ Archived", (if(prop("Active?"), "🟢 Active", "🟡 Passive")))
Anything else?
I would be very grateful for such a feature
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: