Skip to Content
0
Dec 21, 2022 at 01:25 PM

Bi4 report

77 Views

Hi ,

I have a field that retunes string , in it there is a section that start with # and end with # that I want to remove from the string in expression , for example current state string is :

Hello all my # name is John #

and what I want to get is this :

Hello all my

means that what ever in between the 2 # will be excluded , thx!