Forum Discussion

JimT99's avatar
JimT99
Helper I
4 years ago
Solved

If statement gives error token leftbracket expected

Im getting a token leftBracket expected error: I'm trying to add a "0" to the end of the field LotTxt if the length of the text is not 10. Column = IF(LEN(Grading_data[lotTxt]) =10, grading_data[...