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!
Is it possible to create a customized query using input from end users? For example, there would be 2 blanks that would plug into the following query:
SELECT * FROM DATA WHERE PurchaseOrder = 'Blank #1" and PartNumber = "Blank # 2'
Hello Darren.
Thank you for your interest in our plugin.
I am sorry, but I did not quite understand the question. Could you please explain in a bit more detail what you mean?
You can create a table which has two blank columns in PHPMyAdmin, so users can enter the purchase order and part number, if that's what you mean.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I am looking to have a table displayed showing a customers purchase history based on a part number and purchase order number that they enter, all of the data is in a MySQL database
Ok, Darren.
So, the table already exists in your database, and you'd like to create a new one in wpDataTables which would pull the purchase history based on part number and purchase order number. Would you have a new table for each user, or one table for all users?
I believe it could be done, I'm just trying to figure out how you'd like to do it, and what the new table should display. You could use foreign keys, or pull the data using query based on a unique ID for a specific user.
For example, each user has his own ID - so you could create a new table generating a query from an existing table, where you'd pull the user ID, user name, purchase order number, part number and populate by date only for that user.
Is this what you're looking for? Could you send me an example in Excel, or something similar, so I can recreate it in our plugin and show it to you?
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables