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 #2909238
Save historic input
Closed

Comments

  • Floris de Boer started the conversation

    Hi,

    A client of mine uses your plugin to capture agricultural fair listings. These are updated once a week and recorded in a table.

    This table consists of several columns, but the most important are two columns.

    Column "Price this week" contains the prices of this week's products. Column "Price last week" contains the prices of last week. Now my question is: When editing the table, can the data from "Price this week" be automatically transferred towards the "Price last week" column? 

    It would be even better if all those prices were saved so it can be visualized as well. 

    I would love to hear your response.

    Floris


  •  2,576
    Aleksandar replied

    Hello Floris

    Thank you for your purchase.

    I am sorry to disappoint you, but unfortunately, something like this is not possible with the plugin's built-in features.

    You would need to create a custom solution to do this, most likely using JS and/or hooksfilters, and front-end table callbacks. Unfortunately, customization is not included in the provided support for the plugin, so we cannot help you with that.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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

  •  1
    Tim Steeman replied

    Hi Floris,

    If we are talking about a Mysql table, you could use a Tabletrigger from Mysql. I have had the same issue. Created a copy of the table and copied certain fields to this copytable. You can trigger Before/After Update/insert. I hope this helped you a little!

    Tim 

  • [deleted] replied

    Hi Tim

    Thank you for sharing this solution, I am sure it will come in handy to others as wellsmile.png

    Floris, do let us know if this works for you.