Hey Guys!
As the title already says, I am trying to replace a singe digit (In my case zero) if there is no other number in the same field. The column is "string"
I already tried this: Replace ($feature.test, '0', 'test')
Unfortunately, it replaced all zeros, which I don't want.
Thanks a lot!!