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

Announcements
January 14th - Discover the Trends Shaping AI in 2026: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

RunningCount

Hi All,

Greeting for the day!.

I am new to qlik and trying to build a basic running count table, I had already implemented this into SQL and now wanted to build this in qlik.

Basically, I have 3 major fields, SystemID, AgenName, Date. based on Date I want to run running count.

For more details, attaching the same set of data with required output.

23 Replies
vinieme12
Champion III
Champion III

241251(runningTOtal).PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
sunny_talwar

May be this:

Count(TOTAL <SystemID> {<Date={">=$(=Date(vFdate))<=$(=Date(vEdate))"}>} AgentName)

rubenmarin

Or just:

Count(TOTAL <SystemID> SystemID)

Not applicable
Author

Thank you Vineeth

Really appreciate your efforts!.