Hi,
As can be seen on the attached, I am trying to determine what is displayed in the DESCRIPTION column based on what is shown in the CODE column. Essentially I would like the DESCRIPTION column to show either the Description or Material properties from the part. I am pretty new to the formula side of things so any help is appreciated.
Thanks!
I think I have it partially figured out. This seems to work for the one variable. Just need to figure out if I have multiple variables.
IF('CODE'="B";`Description`;`Material`), I tried IF('CODE'="B";`Description`;`Material`;IF('CODE'="P";`Description`;`Material`)) but that didn't work.