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!

Okay
  Public Ticket #1245638
MySQL Table Querying
Closed

Comments

  •  2
    Jesse started the conversation

    Hello there. I would like to know if in the new versions it is possible to query from two or more tables, using joins or something like that.


    Another unrelated questionÇ is there a tool that we can use to save our wpdatatables as scripts so we can recover it later? I ask because as our application grows we are having more and more customization that take times to do manually in case we lost it.

    Thank you very much

  • [deleted] replied

    Hi Jesse,
    Thank you for the purchase.

    "Hello there. I would like to know if in the new versions it is possible to query from two or more tables, using joins or something like that."

    It was always possible to create MySQL query based wpDataTable that will fetch data from two or more tables, but there was limitation if you are joining tables you can't make that wpDataTable editable.

    From version 2.0 it is possible to use Foreign Key feature two join two or more tables and make that wpDataTable editable. Please take a look at our documentation section about Foreign Key support at this link.

    "Another unrelated questionÇ is there a tool that we can use to save our wpdatatables as scripts so we can recover it later? I ask because as our application grows we are having more and more customization that take times to do manually in case we lost it."

    You can make a backup of your database where all wpDataTables are stored.