You are not logged in.
Hi,
Is there a variable to add Scheduled user to the scheduled report name.
Kind Regards
Aditi
Offline
Is there a way to add Schedule user to the Reportname executed on the Teamspace -
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<scheduler>
<mailaction html="false">
<subject>ReportServer TEST:${subject}</subject>
<text>${msgs['net.datenwerke.rs.scheduler.client.scheduler.locale.SchedulerMessages']['mailactionMsgText']}
${msgs['net.datenwerke.rs.scheduler.client.scheduler.locale.SchedulerMessages']['labelReport']} ${report.getName()}
${msgs['net.datenwerke.rs.scheduler.client.scheduler.locale.SchedulerMessages']['labelMessage']} ${message}
</text>
<attachment>
<name>rep-${report.getName()}-${RS_CURRENT_DATE}</name>
</attachment>
</mailaction>
Last edited by aditi.raiter (2020-04-10 12:37:56)
Offline
Can you please let me know if this is possible? I am looking for a way that identifies a user who scheduled the report on a team space. The idea is to let the users in a team space identify their OWN scheduled reports.
Offline
Hi aditi.raiter,
please check here: https://reportserver.net/en/guides/conf … Scheduler/
${executor} job's executor. You can use the same methods above as with user
${scheduledBy} job's scheduler. You can use the same methods above as with user
Regards,
Eduardo
Offline