Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

urgent

Hi All,

I have 3 fields named country, state and city.

I need to display count of country, count of states inside country and count of cities inside state.

Can anybody plz suggest how to display this information in pleasing form on qlikview.

Thanks in advance!!!

4 Replies
Not applicable
Author

Hi ,

To Try the AGGR function.

sujeetsingh
Master III
Master III

yup just aggregate .

Not applicable
Author

Can you please explain which objects to use and how to display ?

Not applicable
Author

just use count(state) and count(city) where ever required if it is independent of selection use count({1}state)