You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a column value is null (or possibly undefined ?) we cannot account for this in a view filter.
To reproduce a null value
Add a column of any type, when you have existing data in the table. All existing values have blank values for this column.
Create a new row via the builder and do not enter a value for Number or Date
Suggested solution
Filters should have an option for Is not set
When values are not set, we should explicitly say in the rows Not Set rather than having a blank cell, or unchecked box. This should probably apply to both the builder and the table component within the app
We could also set a "Value when not set" option on the column so that it can work nicely with formulas and view calculations.
For bonus points, it would be really nice to be able to run batch updates inside the builder. This has other uses, but very much a nice-to-have if the above points are covered
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
First described in #2030.
When a column value is
null
(or possiblyundefined
?) we cannot account for this in a view filter.To reproduce a
null
valueSuggested solution
Is not set
Not Set
rather than having a blank cell, or unchecked box. This should probably apply to both the builder and the table component within the appThe text was updated successfully, but these errors were encountered: