"Openness" in DQL?
Hello DI/DQL community, I am getting into some custom reporting with DQL and came across this sample query: Get the name, size, active data size, percentage of data size that is active, openness, and number of active users for each share FROM msu GET name, size, active_data_size, (active_data_size*100/size) AS active_data_percent, isopen, active_user_count; My question is, what does 'openness' refer to in the description of this query? Thanks, EvanSolved804Views0likes1CommentDQL: Sum the Sum of Total Access, Exporting Dashboards
Is there a way to use DQL to demonstrate the sum of the sum of total access for sites? For example, you can generate reports to show the number of people with access levels of create, read, write, and delete per site, but can you also demonstrate that total per person? We are looking to determine an individual's level of access to each site monitored by DI, summed per level of access. In addition to this, can you export the graphs and dashboards generated to Excel? You can save the raw data in table format, but the graphs would also be helpful. Thanks! Evan1.9KViews1like8CommentsDI Reporting Issue
I attempted to add my questions as a comment on a similar DI Reporting Issue forum, but I'm not sure if my response was received. Here is my question: I have ran into a couple issues with reporting in DI: Is there a way to display more than the top 5 of users when the “include custom attributes of user” radio button is selected? To put this into context, see the attached report titled "Raw-AccessSummary.xlsx". In this scenario, I have selected to show Title and Country, but it only shows the information for the "Top Users". Stemming from the first question, I've noticed that outputs generated by reports with the same queries, but in different categories, yield different results. To put this into context, see the attached report titled "Raw-InactiveUsers.xlsx". In this situation, I've selected Title and Country and it displays all of the Inactive Users; however, in the Access Summary report (first attachment) when I selected the same thing, it only displays the top users (as stated above). Please let me know if there is a quick fix to these issues, and thanks for your help!! Evan **all sensitive information was removed from the reportsSolved846Views0likes1CommentDI Report Exporting
Hello, To give some context to my issue, when HTML and CSV files are sent over SMTP in my company's network, they are stripped due to a company zip file policy. My question is: Is there a way to prevent these files from being stripped without changing the company policy, or is there any other workaround? Also, in regard to these reports, is there a way to add a personal message within an email along with the report? My temporary workaround has been to add personal notes in the 'Description' field, but I would like to be able to simply add a small message in the email along with the generated report. Any help with either question would be great. Thanks!Solved870Views1like2Comments