Hi I need to de-Concatanate a field, there are some common things in it the field but I don't know how to go about it. The field would contain something like
Cadaver (Blood) or Explosives (RDX TNT)
I need to break it down into something like:
Cadaver (
Blood
)
or
Explosives (
RDX TNT
)
Hope this makes sense!
Cadaver (Blood) or Explosives (RDX TNT)
I need to break it down into something like:
Cadaver (
Blood
)
or
Explosives (
RDX TNT
)
Hope this makes sense!