Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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