How can we help you today? How can we help you today?
KD34XBR960
How do I use If Then Else logic using values from the current column and another column?
I tried using a Python script, but it doesn't recognize the current column:def main(config):          if OtherColumn == "":         return CurrentColumn     else:         return ""How do I referenc...
2 followers 3 comments 0 votes