How do you use IDEA functions in a custom function

2 posts / 0 new
Last post
Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57
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's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

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.