How can we help you today? How can we help you today?
shawn_collymore
Why am I getting the "Not enough rows for column" error
I have the following IronPython script:def main(config):    if licence_period == "1" or licence_period == "2":        return "New Licence"    else:         return ["Renewal","New Licence"]I am in t...
1 follower 1 comment 0 votes
Generate a full name for a column
I want to generate a full name for a column but leave it blank if another column is also blank.
2 followers 2 comments 0 votes