Hello,
I had this old filter for displaying a certain part of path
addcolumn:a a-label:="First $param: path parts" a:=regexextract($path:,"(?:(?:^|\\)[^\\]*){$param:}")
I did not use it for some time but now I found out that it is not working by giving for example fpp:3 it will result a blank column but if put the parameter as a fixed value fpp: works fine (but fixed levels of course)
addcolumn:a a-label:="First $param: path parts" a:=regexextract($path:,"(?:(?:^|\\)[^\\]*){3}")
thank you
I had this old filter for displaying a certain part of path
addcolumn:a a-label:="First $param: path parts" a:=regexextract($path:,"(?:(?:^|\\)[^\\]*){$param:}")
I did not use it for some time but now I found out that it is not working by giving for example fpp:3 it will result a blank column but if put the parameter as a fixed value fpp: works fine (but fixed levels of course)
addcolumn:a a-label:="First $param: path parts" a:=regexextract($path:,"(?:(?:^|\\)[^\\]*){3}")
thank you
Statistics: Posted by sk2107 — Wed Jan 01, 2025 12:22 am