Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get Count in Pivot table

Hi ,

I hve a MeetinId, Clint name ,Event Date is there,I neeed want to Count of meetingId based on Client name .

How it will you get in Dimension level.


Thanks,

5 Replies
Anil_Babu_Samineni

Does it mean this as Calc. Dimension?

Aggr(Count(MeetingId), [Client Name])

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

could you please elaborate more on this..

darrell_tobin
Creator
Creator

Just count will count meetingid by the two dimensions Client name ,Event Date

EXAMPLE

count(meetingId )



Using aggr function you can count the total meetingids for the Client name field

EXAMPLE

=aggr(count(meetingId), [Clint name])


Please set as correct if this is useful

Anonymous
Not applicable
Author

Thank you Anil .It's working Good

Anil_Babu_Samineni

Please close this thread by flag "Correct Answer"

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful