英文:
Blank option in filter. But where is it coming from?
问题
我在日期表中创建了两个自定义列,它们返回True或False值。
在日期表的这两列中都没有空白值。
然而,当我将这些列用作筛选器时,似乎会出现空白选项。
选择并显示空白值会返回结果。这些空白值是从哪里来的?
英文:
I created two custom columns in Date table and they return True or False values.
There are no blank values in either of these two columns in the Date table.
However, when I use these columns as filters, there appear to be Blank options.
Selecting and displaying the blank values returns results. Where are these blank values coming from?
答案1
得分: 2
"Blank" 表示你的关系中的多侧表中存在在单侧表中不存在的值。
英文:
Blank means you have values in the many side table of your relationship which do not exist on the one side table of your relationship.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论