Skip to main content
New Idea

IP-address column with correct sorting logic

Related products:Freshservice
  • August 21, 2025
  • 0 replies
  • 13 views

Forum|alt.badge.img

At the moment the sorting function of the IP-address column of assets like computers is incorrect, because of the missing zeroes of the ip-addresses.

 

When I sort the ip addresses it will display it like this (ascending):

192.168.172.10

192.168.172.100

192.168.172.199

192.168.172.20

192.168.172.5

 

It would be great if it would sort the IP-addresses with it’s zeroes (at least in the background).

So it sorts like this:

Ascending:

192.168.172.005

192.168.172.010

192.168.172.020

192.168.172.100

192.168.172.199

Descending:

192.168.172.199

192.168.172.100

192.168.172.020

192.168.172.010

192.168.172.005