We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
It looks like wpdatatables does not allow correlated sub-queries. It this something that will be available eventually, or can we at least have an option to "allow query if you know what your doing"?
This works great in MySQL, but wpdatatables is throwing up an error. Here is the query:
The error is:
unknown [expr_type] = reserved in “WHERE” [1]
This query is valid and work fine in MySQL from the command line or via phpMyAdmin.
Thanks for considering adding this feature!
Hi Cdtadmin,
We will take a look at this and consider implementing solution for the problem. In the meantime I suggest you to create MySQL VIEW from this query and use that as a tables source. It should solve the problem.
What a most excellent idea! Thanks!
I know from the title of this ticket my error is not a correlated Sub-queries but i have gotten the same error in the post. Views to help with the problem but simple functions shouldn't be limited to items like these.
I get the same error "unknown [expr_type] = reserved" when looking at a data value between or even greater than a data value.
SOME_DATE BETWEEN NOW() - INTERVAL 90 DAY AND NOW()
SOME_DATE >= DATE(NOW()) - INTERVAL 90 DAY
Hi purcepa,
If you have problem that it is not related to the ticket please open a new one in future.
For your suggestion please understand that this problem is more complex than it may seems. We could implement solution which will preview data in the tables but create a quality solution which will support all plugin functionality like sort or advanced filtering could grew in complexity real quickly. We are working on improving plugin features and functionalities so please stay tuned for updates