Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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???????
SUM(Aggr(COUNT(field_1),field_2))
Try this:
1. count(Aggr(Count(field_1),field_2))
2. Aggr( Count(field_1),field_2)
Regards
Av7eN