How to schedule generating Bigfix report monthly on a certain date?

(imported topic written by alvinyun91)

Hi there,

I have a requirement to send out about 24 Bigfix reports monthly on a certain date, for example, 20th every month.

It looks like I can use “Create Scheduled Activity” to automate sending out reports, however, in the “Activity Triggers”, I saw “Generate report every: ? Days/Hours/Minutes”. Since some months have 30 days, while others have 31 or 29 days. How can I trigger the generating of the reports on certain date of the month, e.g. 09/20/2009, 10/20/2009, 11/20/2009, etc…

Please advise.

Thank you!

Alvin

(imported comment written by alvinyun91)

Can I achieve my goal like this?

Generate report every 1 day

Generate report when relevance evaluates to true

Relevance: (day_of_month of date (local time zone) of now as integer) = 20

Thanks,

Alvin

(imported comment written by BenKus)

Yep… That looks like pretty good relevance…

Ben