Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Audit Log Parameter/Field "Type"

Hello everyone

I want to display total number of user who have download document

either with SendToExcel or Export.

How can I call specific field for TYPE parameter of Audit_Log.

I'm new to qlikview.

AA.bmp

Here

I just wants to display Export and SendtoExcel  field.

1 Reply
Not applicable
Author

Hi all

I think I got the answer by using Set Analysis

count ( {1<Type= {Export,SendToExcel}>} Type )

Hope it will be helpfull for anyone!

Thanks