Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Summarize in Qlikview?

Hello,

I was wondering how I could summarize on unique identifiers and get that count to show in a graph.

For example, I have 5 different accounts. Each account is listed multiple times in the data. I want a bar graph that will have a bar for each account (5 bars) representing the account on the X-Axis, with the Y-Axis reflecting the number of times each account appears (count).

Does anyone know the correct code syntax to accomplish this?

Thanks in advance,

Ryan

2 Replies
maxgro
MVP
MVP

i thinh you have already answer

dimension      Account

expression     count (somefield)

Gysbert_Wassenaar

Use the accounts field as dimension and count(AccountsField) as expression. Replace AccountsField with the real name of your accounts field.


talk is cheap, supply exceeds demand