This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Advanced Alerts and SQL

I see a lot of posts about using SQL in advanced alerts.  I do not see anything that says exactly how that is done.  Where in the advanced alert do you get to define the SQL you want to use?

  • You can create Advanced SQL variables to retrieve information from the database to be included in your notifications...  As far as writing a query as an alert trigger/reset/suppression this is not an available option.  Though, when you create an advanced alert the logic you are using in your conditions is translated in to an sql query on the back end and stored in the AlertDefinitions Table so once you have selected your alert crietria you can use that table and more specifically the Trigger/reset/suppression field in that table, to see the query that was created in your alert.