Hi,
Any alternative to remove N/A from all fields? I used transpose, find replace tool and cross tab tool. Just thinking if there's any alternative solution.
Thank you.
@PassION_es You can use Multi Fields Formula to do the same to multiple fields at the same time
you can use multiple field tool
if [_CurrentField_]="N/A" then null() else [_CurrentField_] endif
then check all the target fields in the field sectionsnote: not check the copy output.
thank you @PangHC & @OTrieger