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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
joseph_morales
Creator III
Creator III

Qlik QAP - Export Data

Hi all,

I have an application on a public QAP server, I have the problem that in the export options the option to export data does not appear, instead it appears View Data ("Ver Datos" in the image). How can I fix this, I was reading that it was a limitation for anonymous users with QAP servers

Capture.PNG

Best Regards,
Joseph Morales
Labels (2)
1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

The default rule governing exporting data is ExportAppData:

Levi_Turner_0-1644266758082.png

If you have not already, I'd re-create the rule (and disable the default rule) with the syntax resource.HasPrivilege("read"). This removes the clause (and !user.IsAnonymous) which prevents anonymous users from exporting data.

View solution in original post

1 Reply
Levi_Turner
Employee
Employee

The default rule governing exporting data is ExportAppData:

Levi_Turner_0-1644266758082.png

If you have not already, I'd re-create the rule (and disable the default rule) with the syntax resource.HasPrivilege("read"). This removes the clause (and !user.IsAnonymous) which prevents anonymous users from exporting data.