Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to count only one activity

I have a database like this:

NameDateEquipmentActivityStart Time.
WILMAR BERNAL23/08/2012BOGOTA 1 M.P 22:00
HELMAN MAHECHA23/08/2012BOGOTA 1M.P 23:00
HELMAN MAHECHA24/08/2012BOGOTA 2EMERGENCY10:00
WILMAR BERNAL25/08/2012BOGOTA 2EMERGENCY10:30

Based on the table, i need to count the number of activities, but to do that is necesary compare diferent columns, for example if the EQUIPMENT column, the ACTIVITY column, and the DATE column are equal for diferent items from NAME column, only count 1 Activity on a Chart, for example in the table above, the count of M.P in BOGOTA1 at August 23th must be one.

How can i do that?

Sorry for my english.

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Check with this

Count(Distinct Date&Equipment&Activity)

Celambarasan

View solution in original post

3 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Check with this

Count(Distinct Date&Equipment&Activity)

Celambarasan

Not applicable
Author

Thanks a lot, that was a very good solution.

Best Regards from Colombia.

Not applicable
Author

Thanks a lot, that was a very good solution.

Best Regards from Colombia.