Skip to main content

How do you use IDEA functions in a custom function

I am sure there is a way but I have forgotten how to do it.  I know for IDEAScript you put the i before the function but does the custom function have this option?  I thought it did.

Brian Element Thu, 11/22/2012 - 14:45

Well I finally remembered, you place an i in front of the IDEA function.  So if you want to use the lower() function in a custom equation you would place an i in front of it like iLower() and it will work.