简体   繁体   English

spotfire uniquecount在一对多表中

[英]spotfire uniquecount in an one to multiple table

I have a table where one id has multiple entries. 我有一个表,其中一个id有多个条目。 For each id, as long as there is an entry where mark is "1", it is considered marked. 对于每个id,只要有一个标记为“1”的条目,就会被认为是标记的。 i want to know how many ids are marked. 我想知道标记了多少个ID。 in this case there are 2. 在这种情况下有2。

thank you 谢谢

点击这里查看我的表格

这看起来像你想要的......

UniqueCount(If([Mark] = 1,[ID]))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM