mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Summary: Adds some special handling to summary table and lookup logic: - Source rows with empty choicelists/reflists get a corresponding summary row with an empty string/reference when grouping by that column, instead of excluding them from any group - Adds a new `QueryOperation` 'empty' in the client which is used in `LinkingState`, `QuerySet`, and `recursiveMoveToCursorPos` to match empty lists in source tables against falsy values in linked summary tables. - Adds a new parameter `match_empty` to the Python `CONTAINS` function so that regular formulas can implement the same behaviour as summary tables. See https://grist.slack.com/archives/C0234CPPXPA/p1654030490932119 - Uses the new `match_empty` argument in the formula generated for the `group` column when detaching a summary table. Test Plan: Updated and extended Python and nbrowser tests of summary tables grouped by choicelists to test for new behaviour with empty lists. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3471 |
||
---|---|---|
.. | ||
AceEditor.css | ||
AceEditor.js | ||
AceEditorCompletions.ts | ||
ActionLog.css | ||
ActionLog.ts | ||
Banner.ts | ||
Base.js | ||
BaseView2.ts | ||
BaseView.js | ||
CellPosition.ts | ||
ChartView.css | ||
ChartView.ts | ||
ClientScope.ts | ||
Clipboard.css | ||
Clipboard.js | ||
CodeEditorPanel.css | ||
CodeEditorPanel.ts | ||
ColumnFilters.css | ||
ColumnTransform.ts | ||
Comm.ts | ||
commandList.js | ||
commands.css | ||
commands.js | ||
CopySelection.ts | ||
Cursor.ts | ||
CursorMonitor.ts | ||
CustomView.css | ||
CustomView.ts | ||
DataTables.ts | ||
DetailView.css | ||
DetailView.js | ||
DocComm.ts | ||
DocConfigTab.js | ||
DocumentUsage.ts | ||
Drafts.ts | ||
duplicatePage.ts | ||
EditorMonitor.ts | ||
EmbedForm.css | ||
FieldConfigTab.css | ||
FormulaTransform.ts | ||
GridView.css | ||
GridView.js | ||
GristDoc.css | ||
GristDoc.ts | ||
GristWSConnection.ts | ||
Importer.ts | ||
Layout.css | ||
Layout.js | ||
LayoutEditor.css | ||
LayoutEditor.js | ||
LayoutPreview.css | ||
LayoutPreview.js | ||
LinkingState.ts | ||
Login.css | ||
ParseOptions.ts | ||
PluginScreen.ts | ||
Preferences.css | ||
Printing.css | ||
Printing.ts | ||
RawData.ts | ||
RecordLayout.css | ||
RecordLayout.js | ||
RecordLayoutEditor.js | ||
RefSelect.js | ||
SearchBar.css | ||
Selector.js | ||
SiteUsageBanner.ts | ||
TypeConversion.ts | ||
TypeTransform.ts | ||
UndoStack.ts | ||
UnsavedChanges.ts | ||
ValidationPanel.css | ||
ValidationPanel.js | ||
viewCommon.css | ||
viewCommon.js | ||
ViewConfigTab.css | ||
ViewConfigTab.js | ||
ViewLayout.css | ||
ViewLayout.ts | ||
ViewLinker.css | ||
ViewPane.ts | ||
WidgetFrame.ts |