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.
条件付きのデータセットから個別の値をカウントしたいと思いwhereます。
where
これは私がした限りです:
CountDistinct(IIF(Fields!Status.Value = 1, Count(Fields!Id.Value),nothing))
または
IIF(Fields!Status.Value = 1, Count(Fields!Id.Value),nothing)
しかし、うまくいきません。
sum(IIF(Fields!Status.Value = 1, 1,0)