Show different IP in the matrix tile

In the matrix tile per default the first IP address is shown (using a split(’.’)[0]) if there are multiple IP addresses. Is it possible to show the IP within a specific IP range. Like show the first IP that start with 10.5.

Is that possible with the custom labeling?

Cheers,

Gunter

Gunter,

Change the 0 to a 1

i.e.

{
“_type”: “celltile/text”,
“config”: {
“display”: {
“contentTemplate”: “{{(properties.ipAddress || ‘’).split(’,’)[1]}}”
}
},
“title”: “IP Address”