cancel
Showing results for 
Search instead for 
Did you mean: 

Webi report scheduling issue

Former Member
0 Kudos

Hi guys

I am trying to schedule a webi report which needs to run on a payment date of 15th every month and this report needs to be scheduled to run on 20th of every month...

How do I achieve this?

cheers

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Scheduling the report is fine but the webi report is based on a payment date filter which needs to be run on the 15th of every month... how do I automate that?

amitrathi239
Active Contributor
0 Kudos

create one object at universe level which give you the current month 15th date every time. use this object in the webi report condition.

Sample like.it will not parse at universe level but it will work in webi.

todate(concat('15/01/',toString(Year(curDate()))))

amitrathi239
Active Contributor
0 Kudos

You need to select the option "Nth day of month" under the recurrence tab and need to schedule twice one for day 15th and one for day 20th..

other option is create custom calendar and select the dates on which report need to run.

This you can achieve from both normal scheduling and publication.

Former Member
0 Kudos

Hello,

You need to create a Publication and on the Recurrence Tab you need to select Nth Day of month and give 20 there as shown in screen shot below.

Regards

Niraj

Former Member