Created
September 1, 2016 15:37
-
-
Save mpstenson/7be664f2cdc7376b4da4891dbef0f03f to your computer and use it in GitHub Desktop.
Find requests in automations that don't have a reporting tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* add this as a custom where clause in an automation */ | |
| xRequest NOT IN (select `xRequest` from HS_Request_ReportingTags) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment