/build/static/layout/Breadcrumb_cap_w.png

Find Tickets Submitted by users in certain user label.

We have a Label called 'Mac Users' and we want to run a report to find all tickets that have been submitted by members of that Label. I am pretty new to SQL and am having trouble getting it set up.


1 Comment   [ + ] Show comment
  • Try this.

    Select
    ORG1.HD_TICKET.TITLE,
    ORG1.HD_TICKET.OWNER_ID,
    ORG1.HD_TICKET.SUBMITTER_ID,
    ORG1.LABEL.NAME,
    ORG1.HD_QUEUE_SUBMITTER_LABEL_JT.HD_QUEUE_ID,
    ORG1.HD_QUEUE_SUBMITTER_LABEL_JT.LABEL_ID
    From
    ORG1.HD_TICKET,
    ORG1.LABEL Inner Join
    ORG1.HD_QUEUE_SUBMITTER_LABEL_JT On ORG1.HD_QUEUE_SUBMITTER_LABEL_JT.LABEL_ID
    = ORG1.LABEL.ID
    WHERE ORG1.LABEL.NAME = 'Mac Users' - nshah 10 years ago

Answers (0)

Be the first to answer this question

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