Hi All,
i am using the multi-field formula and get some issues i can't understand why and be happy for some help:)
i an using this command in the formula:
if findstring([commercial_name],' '+[_CurrentField_]+' ')>-1
then
[legal_name]=[commercial_name] else null() endif
when curentField is a word that i try to find in [commercial_name]-(original field) . the problem that in the output, nothing happen as i expected, but under a field that was true, i get '0'.
can someone please elaborate me what the reason for that?
thanks:)