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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Simon_J
Partner - Contributor III
Partner - Contributor III

Occupancy

Hi All

I have a client that needs to show occupancy levels at different sites on a dashboard. This would be occupancy over time in different intervals.

For example, if site 101 has 100 spaces, the client gets an InDateTime and an OutDateTime for each visit of a customer and would like to see how many spaces are occupied in those intervals.

Does anyone know of the best way to do this?

I have tried calculating 10 minute intervals and using something simple like count(InDateTime) - Count(OutDateTime) but this does not work.

Many Thanks,

Simon

Labels (1)
3 Replies
swuehl
Champion III
Champion III

Simon_J
Partner - Contributor III
Partner - Contributor III
Author

Thanks, I will take a look and let you know the outcome

Not applicable

try like this hope will helps you

=count(interval(InDateTime-OutDateTime,'MM'))