Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Could you please let me know how to implement logic for estimating concurent user? I have input data like SessionID, Start Time, End Time and my objective is to get daily peak of concurent users.
Thank you for any idea.
Good inspiration guide can be found here: http://www.sqlmag.com/content1/topic/calculating-concurrent-sessions/catpath/tsql3
Do you want to calculate on Qlikview Server sessions or some other data/product?
-Rob
It's some other data/product.
D.
I use IntervalMatch to compute concurrent users from Qlikview logs, but it should work for any similar data. You can find the logic in a file attached to this thread.
http://community.qlik.com/message/43524#43524
-Rob