Python Scripts blanking out
seann
Posts: 5
I am using the Python Script generator. I insert just 2 possible values.
def main(config):
return ["VAT", "Zero"]
All seems fine in the preview screen. After navigating among the other columns in the same table, I return to this column and the Python Script blanks out and the values in the preview screen turn to NULL. This also happens if I stick to the default sample code provided.
I have successfully used this method elsewhere in my project. So something is effecting this functionality. I have closed and re-opened the project as well.
Any advise/guidance would be appreciated.
def main(config):
return ["VAT", "Zero"]
All seems fine in the preview screen. After navigating among the other columns in the same table, I return to this column and the Python Script blanks out and the values in the preview screen turn to NULL. This also happens if I stick to the default sample code provided.
I have successfully used this method elsewhere in my project. So something is effecting this functionality. I have closed and re-opened the project as well.
Any advise/guidance would be appreciated.
Comments
It's a bit tough saving my work only to find out my python scripts for the other columns have been cleared.
Thanks