Comments
5 comments
-
Hi Travis,
Thanks for submitting your inquiry!
I will be working on a reproduction of this issue and will update you as soon as I have more info.
Thanks for your time and patience,
Rick -
Hi Travis,
I'd like to take this offline and do some additional troubleshooting with you. I will be responding to you through the existing case.
Thanks!
Rick -
Hello. I would like to know what was the resolution of this issue. I'm experiencing the same problem.
-
I am also having the same problem, very annoying when you lost a larger script.
Now I have to keep all the scripts in external files and recreate them every time I load the project. -
Hi, I'm having the same problem and it makes this tool so frustrating that I'm about to abandon it all-together. Is there any resolution?
Add comment
Please sign in to leave a comment.
This happens with all python scripts and functions, such as the Cross Column DateAdd. I have multiple columns that each have a date value that is a few days after the previous column. When I wanted to edit the columns to change the number of days that were different between the columns, their all become blank as I clicked on them to edit the DateAdd parameter.
def main(config):
return random.randint(0,50000)
I had python 2.7.8 installed initially, and then unisntalled it and installed 2.7.7. The issue is present with both versions.