Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jyoshna
Contributor II
Contributor II

QlikView Set Analysis

Hi 

Can someone help me with the set expression for below .

Attached a sample data S/S . My goal here is to calculate Count([TradeCount]) , where I need to exclude data where ever Revenue=0, even if Trade Count or volume is not Zero. I am trying to achieve this in Pivot Chart.

Labels (1)
1 Reply
hic
Former Employee
Former Employee

Try

Count({<Sales Group-={"=Sum(Revenue)=0"}>} [TradeCount])

PS Are you sure you mean Count(TradeCount) and not Sum(TradeCount)?