Skip to main content
September 6, 2023
Question

Configure Monthly Schedular

  • September 6, 2023
  • 2 replies
  • 0 views

Hello,

I need to configure a schedular which should run Monthly on first Monday. I'm not getting what to configure in month field. Please can anyone help me.

Thank you.

    2 replies

    September 6, 2023

    You can try writing some expression in timer event set up with weekday()

    weekday(ri!weekday,2) will give 1 as monday and then you can have other check like if day part of date is greater then 7 then don't run.

    mikes0011
    Brainy
    September 6, 2023

    I already answered this for you in your original thread.  What is the use of posting a duplicate instead of replying to the follow-up comments you've gotten there?