Monday, July 21, 2025

Cognos report, how to count double items in a list?

Create a Data Item 

count ( [item] for [item] ) 


The amount of appearances of [item]  in the list is counted.

Item   count
A        2
A        2
B        1
C        3
C        3
C        3

No comments:

Post a Comment