Activity overview
Latest activity by 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...
I know that you can create a Python script for the column based on the other. That was why I was asking. I look at the different python script examples and could not see how to do it. / comments
I know that you can create a Python script for the column based on the other. That was why I was asking. I look at the different python script examples and could not see how to do it.
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.