/build/static/layout/Breadcrumb_cap_w.png

Adding additional frequency choices

Hi,
Doing a search I couldn't find the answer to this so I'm going to ask. Is there a way to add additional "Frequency" selections in Ticket Rules such as quarterly and annually. Thanks in advance for any help. It's greatly appreciated!

Tim Berry

0 Comments   [ + ] Show comments

Answers (2)

Posted by: airwolf 12 years ago
Red Belt
2
Not directly. However, you can make the rule run daily/monthly/etc and then add a date modifier to the WHERE clause that will only trigger at a certain date/time. Example: A quarterly report can be created by running the rule monthly and specifying the following (it would run in January, April, July, and October):
WHERE MONTH(NOW()) in (1,4,7,10)

Forgot to make this clear: I'm talking about your select query. If you add this to your select query, then it will return no results unless that statement is true - thus creating a query that only returns results in the specified months.
Posted by: tberry61 12 years ago
Senior Yellow Belt
0
Excellent! I'll give it a try. Thanks for the lead!

Tim Berry
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ