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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasshana
Creator III
Creator III

Text Object Query

Hi,

 

I do have the below table. 

CountryTotal CasesNo Cases
India10010
Brazil20020

 

My Requirement is i need an expression in text object which shows only Brazil Total Cases (i.e. 200)

Regards,

Bharath Vikas

Labels (2)
1 Solution

Accepted Solutions
lujsantos
Partner - Contributor II
Partner - Contributor II

Hi,

 

You can use Set Analysis for this.

=SUM({$<Country = {'Brazil'}>} [No Cases])

Lucas Santos
Consultor Sênior de Business Intelligence

View solution in original post

1 Reply
lujsantos
Partner - Contributor II
Partner - Contributor II

Hi,

 

You can use Set Analysis for this.

=SUM({$<Country = {'Brazil'}>} [No Cases])

Lucas Santos
Consultor Sênior de Business Intelligence