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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

GROUP BY CLAUS

Hi,

i want to execute this request in text object:

select count(field_1),field_2  group by field_2

how can i do that in qlikview???????

Labels (1)
2 Replies
MK_QSL
MVP
MVP

SUM(Aggr(COUNT(field_1),field_2))

aveeeeeee7en
Specialist III
Specialist III

Try this:

1. count(Aggr(Count(field_1),field_2))

2. Aggr( Count(field_1),field_2)

Regards

Av7eN