the string format() function used in expressions is buggy.
FORMAT("", "foo", "bar") produces bar
FORMAT("_", "foo", "bar")
produces
_foo bar
the replacing starts at position 1 instead of 0, which simply su**s.
the string format() function used in expressions is buggy.
FORMAT("", "foo", "bar") produces bar
FORMAT("_", "foo", "bar")
produces
_foo bar
the replacing starts at position 1 instead of 0, which simply su**s.