You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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