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

searching simelare to countif from excel

Hello

my goal is to count all custommer with more than 1 reboot on a daily base

I can do a table where I can see the reboot per custommer per day

count({<event_type={reboot}>}pps_id) with dimensioning day and PPS_ID I get a that shows per das the custommer with reboots

rom this list I like to know how man custommer has >= 2 reboots?

How can I doo this?

Thanks

Stephan

P.S.: PPS_ID =custommer

I use Qlike View

2 Replies
shraddha_g
Partner - Master III
Partner - Master III

Try

Count ({<pps_id = {"=count({<event_type = {'reboot'}>}pps_id) >=2"}>} pps_id)