Created
November 23, 2015 19:14
-
-
Save ableasdale/d00a555532db8cf2954e to your computer and use it in GitHub Desktop.
KQL Select example for customer tickets
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
| SELECT 'Tickets.Ticket ID', 'Tickets.Priority', 'Tickets.Subject', 'Tickets.Creation Date', 'Tickets.Resolved Date', 'Tickets.User', 'Tickets.Owner', 'Tickets.Status' WHERE 'Users.User Organization' = 'MarkLogic' AND 'Tickets.Creation Date' = MONTHRANGE(October 2014, November 2015) ORDER BY 'Tickets.Creation Date' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment