Hi @Michael10,
Welcome to the community. If the digits are always split by an -, you can use the split() inline function and then get() to get the first part (which is everything before the -)
Cheers,
Henk
Hi @Michael10,
Welcome to the community. If the digits are always split by an -, you can use the split() inline function and then get() to get the first part (which is everything before the -)
Cheers,
Henk