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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jixiaoquan
Contributor III
Contributor III

Export to Excel for ALL Users

Hi,everyone

I have a question that through the API interface Settings file allows specify users to export Excel.

like:

                    QMSClient client = GetClient();

                    DocumentMetaData documnet = GetDocumentMetaData(guid);

                    documnet.Server.Access.Export = DocumentDownloadAccess.None;

                    client.SaveDocumentMetaData(documnet);

but when I use the same method setting file allows all users,like:

                    documnet.Server.Access.Export = DocumentDownloadAccess.All;

                    client.SaveDocumentMetaData(documnet);

it does not work.

How to use the API interface Settings file allows all users export to Excel?

0 Replies