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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Milaf
Contributor III
Contributor III

Set analysis for Dimension

Hi everyone,

I couldn't get the metrics with a score of zero to come by team name. The metric with a score of 0 is different for each team, so I thought I prepared  the dimension that provides this control correctly. But as it is, it brings no value.

I also tried with only, it didn't work.

=aggr(({<IS_SCORED={'0'}>},[Team Name]),[Metric Name])

 

 

Labels (1)
3 Replies
BrunPierre
Partner - Master II
Partner - Master II

Hi, have you already checked "Include zero values" under Data Handling?

Perhaps, something like this as an expression.

=Avg(IS_SCORED) + Avg({1} 0)

Milaf
Contributor III
Contributor III
Author

Hello, thanks for the data handling warning. I have activated it but still no metric name is listed. How does the formula you wrote work? I need to list the metrics of the teams coming in condition 0, all fields are as I wrote.

BrunPierre
Partner - Master II
Partner - Master II

To clarify, does the problem revolve around the Team name not being visible when its value is zero?