You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug but more of a lack of documentation issue I suppose. Can anyone shed some light on how the data for the last 4 columns in each row is calculated. Have a test setup deployed with some test users and files. Am getting output that is not at all intuitive. The output in the report is not consistent with the information available from the Web UI for each user
For eg.
A user with no file in the web panel is shown in the report as having 3 files. On adding a single file in the web ui, the file count is increased to 9 in the report.
The count of shares is also different than what is visible in the web ui.
Similarly the case of new reads/views.
It would be great if anyone could document this. as we are looking to generate a monthly report for one of our customer.
Thanks
The text was updated successfully, but these errors were encountered:
Number of files is the number of files in your storage, not in your files/ folder. The skeleton files and some meta files are also counted due to practical reasons and their percentage is getting less important with every real user action.
The number of shares is the number of shares the user created, not what the user received. Also if you share to a group, the number is the member count of the group + 1, so a share to a group of 5 people counts as 6 shares.
The read/download is counted everytime a file is read for you. This e.g. also happens when generating the preview of a file and so on.
That kinda explains it. However, I feel the information can be useful mostly from a developer's perspective. Not sure how valuable will it be from an end user's perspective. Thanks for responding.
Well the app was developed up on customer demand to help them see how/if users use the service. It's quite technical I agree, but it's also not made for end users anyway as the command is only available for users that can access the command line anyway
This is not a bug but more of a lack of documentation issue I suppose. Can anyone shed some light on how the data for the last 4 columns in each row is calculated. Have a test setup deployed with some test users and files. Am getting output that is not at all intuitive. The output in the report is not consistent with the information available from the Web UI for each user
For eg.
A user with no file in the web panel is shown in the report as having 3 files. On adding a single file in the web ui, the file count is increased to 9 in the report.
The count of shares is also different than what is visible in the web ui.
Similarly the case of new reads/views.
It would be great if anyone could document this. as we are looking to generate a monthly report for one of our customer.
Thanks
The text was updated successfully, but these errors were encountered: