I have tried to use a variable as a parameter to a function in dude labels.
E.G. The label for Interface.Name in my case is <pppoe-Suite10>. I want to use the string_substring function [string_substring([Interface.Name],7)].
However, I get the result [string_substring(<pppoe-Suite10>,7)]
It expands the variable, but the function around it just becomes text.
Is it possible to create this function the way I want it to?