Skip to main content

Calendar Selection based on User Group

Answered

Comments

3 comments

  • Official comment
    Thomas

    Hi Daniel,

    It depends what you mean. For example this Macro would select the first 6 and press update on this screen:

    Set($[$25.3.0.1]|Y);
    Set($[$25.3.0.2]|Y);
    Set($[$25.3.0.3]|Y);
    Set($[$25.3.0.4]|Y);
    Set($[$25.3.0.5]|Y);
    Set($[$25.3.0.6]|Y);
    Set($[$25.41.0.1]|Y);
    Set($[$25.41.0.2]|Y);
    Set($[$25.41.0.3]|Y);
    Set($[$25.41.0.4]|Y);
    Set($[$25.41.0.5]|Y);
    Set($[$25.41.0.6]|Y);
    Click($[$1.0.0]);

    You can modify this to get what you need.

    Thanks,

    Thomas

  • Daniel Leelabai

    Hi Thomas,

    Thanks for your solution. It really works fine and solved one of our major requirement to sort out calendar issue.

    Thanks & Regards,

    Daniel Thomas

     

  • Thomas

    You're very welcome

Please sign in to leave a comment.