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: 
Not applicable

count value from database

Hello,

I have this table imported from the database:

CountryValue
Germany20
Turkey10
Austria30
Germany10

I want to make a KPI chart that counts countries

Germany = 2


Thank you!

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be this

Count({<Country = {'Germany'}>}Country)

View solution in original post

1 Reply
sunny_talwar

May be this

Count({<Country = {'Germany'}>}Country)