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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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