FAQ/Questions/Applying-Security-to-Scheduled-Reports.md
... ...
@@ -44,4 +44,4 @@ The Email Scheduler in the reporting system does not have a way to provide authe
44 44
45 45
##Per-user Security On Scheduled Reports
46 46
47
-Scheduled reports only natively supports per-user security using the Link format. Reports scheduled as attachments will not apply hidden filters normally unless using custom code as above based on the security of the report owner. If per-user security is required and writing custom code to handle attached reports is too messy, the Link format will require the user to login before seeing the report, thus applying security as normal.
... ...
\ No newline at end of file
0
+Scheduled reports only natively support per-user security using the Link format. Reports scheduled as attachments will not apply hidden filters normally unless using custom code as above based on the security of the report owner. This is because the reports cannot be run under the recipient's user context. There simply is not enough information to natively determine who is supposed to be running this report. If per-user security is required and writing custom code to handle attached reports is too messy, the Link format will require the user to login before seeing the report, thus applying security as normal.
... ...
\ No newline at end of file