diff --git a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts index 6bfd12af5a..eab5853116 100644 --- a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts +++ b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts @@ -1409,7 +1409,7 @@ export const dvMainStore = defineStore('dataVisualization', { viewIds: [targetViewId], sourceViewId: viewId } - } else { + } else if (QDItem.value !== null && QDItem.value !== '') { condition = { fieldId: targetFieldId, operator: 'eq',