Skip to main content

Python Custom Functions

Description

With the release of IDEA 10.3 custom functions can now be created in Python. This forum is for the discussion and sharing of python custom functions.

Fill Down

New to python and new to IDEA(ver 11.2).
Is it possible to create an @python function to fill down a field with the last non-blank value?
I've tried, but can't figure it out. I can do this from python using the IDEALib module, but would like to use a custom function if possible.
Any guidance appreciated.