Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADO Report freezing #289

Open
matthewdgregory opened this issue Jun 21, 2022 · 0 comments
Open

ADO Report freezing #289

matthewdgregory opened this issue Jun 21, 2022 · 0 comments

Comments

@matthewdgregory
Copy link

image
I can run the same SQL code in Phpmyadmin and it works showing the database requested, using PHP reports it just sits there
SELECT DISTINCT ost_ticket.number, ost_ticket__cdata.lancom, ost_user.name, ost_ticket.created, ost_ticket.closed, ost_ticket_status.name, ost_help_topic.topic, ost_ticket__cdata.subject FROM ost_ticket JOIN ost_staff ON ost_staff.staff_id = ost_ticket.staff_id JOIN ost_user_email ON ost_ticket.user_id = ost_user_email.user_id JOIN ost_user ON ost_user_email.id = ost_user.id JOIN ost_ticket_status ON ost_ticket.status_id = ost_ticket_status.id JOIN ost_ticket__cdata ON ost_ticket.ticket_id = ost_ticket__cdata.ticket_id INNER JOIN ost_help_topic ON ost_ticket.topic_id = ost_help_topic.topic_id WHERE ost_help_topic.topic = 'IPFX Hell' and ost_ticket__cdata.lancom BETWEEN 2000000 and 3000000 and ost_ticket.created >= '2022-03-08' ORDER BY ost_ticket.created ASC;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant