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 #2911887
Sum functions label
Closed

Comments

  • Michael started the conversation

    Hi, is there any way I can make the Sum functions label blank?  I really don't want the ∑ = (or anything else)

  • [deleted] replied

    Hi Michael

    Thank you for reaching out to us.

    Calculation Functions do not inherit the style you apply to font in wpDataTables settings, so to change the color of AVG, SUM, MIN and MAX, you need to add some custom CSS. Like this for example, but you will need to play around with to code to get the result you desire, but I'm afraid we don't provide support for writing custom CSS

    .wdt-sum-cell, .wdt-avg-cell, .wdt-min-cell, .wdt-max-cell {
    color: red !important;
    }

    If you want to apply it in all tables, you can add it in wpDataTables settings/Custom JS and CSS/Custom CSS field; and if you need to apply it only on certain pages, you can add it as Custom CSS only on that page.

  • Michael replied

    ?? Sorry I was not asking how to change colour.  I was asking how to get rid of the symbol you default to in calculated column.  

  • [deleted] replied

    Hi Michael

    Thank you for the clarification, I responded with the soluton to your previous ticket.

    I will be closing this one since it is a duplicate, to avoid confusion. 

    Thank you for understanding.