reporting services - How to make a scheduled report take holidays into consideration? -


I have a report that needs to be emailed every Friday (weekly report). If it falls on holiday on Friday, to create this report, in any way can be emailed through a table on a Thursday or holidays in a similar nature.

I think a more appropriate question might be: Is it possible to have data-based programs in SSRs?

To be specific, all holiday users will be defined. Ideally stored in a SQL DB. If that report is available in this table compared to the report, it will be given one day earlier.

Reporting services can not do this by default.

An alternative solution may be:

  • Create a table with a holiday

  • For each report Create a weekly schedule, day to run on Friday Setting

  • Create scheduled jobs in SQL Server Agent to run at the beginning of each week, if this week If the holiday then ek If it is, it will update the optics from 32 (Friday) to 16 (Thursday) on the Schedule table on your report server, otherwise it will set to DayOffV value 32 (default) < / Ul>

    Important: Backup to your report server database before making any changes.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -