Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道仪表板过滤器定义中的指标和 useAvailable 子句可用于限制用户在过滤器下拉列表中看到的内容。如何正确定义过滤指标以及过滤器定义应该是什么样子?
过滤指标:SELECT SUM (1) WHERE ATTRIBUTE IN (VALUE1,VALUE2,...,VALUE N)