Posts
Sort by recent activity
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...
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.