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 #3768758
Suggestion
Closed

Comments

  • Scott started the conversation

    I contacted you a while back to look for a solution to sorting a column of IPv4 addresses.    You really didn't have a solution.   So today i'm working with a column of IPv4 and it dawned on me a potential solution. 

    So the problem stems from a column of IPs i.e.

    10.250.10.195
    10.250.10.25
    10.250.10.3
    10.250.10.62
    10.250.10.8
    10.250.11.4

    When these are sorted, they end up like the screenshot attached.   Obviously the order is wrong.   .195 and .62 should be after .8.     The way i've dealt with this since learning from you that there is no way to sort it right, is to add leading 0s.

    010.250.010.195
    010.250.010.025
    010.250.010.003
    010.250.010.062
    010.250.010.008
    010.250.010.004

    So using these zeros solves the problem and the column sorts properly, no matter how different the IPv4 addresses are.

    Today i found a IP column in one of my datatables that out of habit i failed to remember to add the leading zeros.   So i'm sitting here adding zeros and then it dawned on me,

    If we could check a box (like in my "Zero Padding" attachment), to declare that the contents of this column are IPv4 address, then have WPDataTables automatically detect each 3 digit ipv4 octet and add zeros to octets with 1 or 2 digits.

    I don't know if an additional option to show/hide the added zeros in the column would be useful or not.  

    This feature would be very useful to me.    I manage a network and keep a lot of technical and network information in WPDataTables.


    Scott


    Attached files:  Screenshot 2024-11-21 111423.png
      Zero Padding.jpg