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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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