Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

display items wich sales 1 for month

Hi.

I want to display items which sales 1 for month. I showed in the figure these items1.png

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try these expressions:

Number of items: Count(distinct if( aggr(count(Date),Item,Month)=1, Item))

List of items: Concat(distinct if( aggr(count(Date),Item,Month)=1, Item),', ',Item)


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

Try these expressions:

Number of items: Count(distinct if( aggr(count(Date),Item,Month)=1, Item))

List of items: Concat(distinct if( aggr(count(Date),Item,Month)=1, Item),', ',Item)


talk is cheap, supply exceeds demand