does not introduce me DateDifferenceforMonths.ideafunc

2 posts / 0 new
Last post
ortizmario6025@...
Offline
Joined: 09/03/2021 - 11:54
does not introduce me DateDifferenceforMonths.ideafunc

This is not the easiest thing to do in the equation editor as you are working with numbers, characters and dates. If you have the latest version of IDEA you can download the Custom Functions package from the IDEA lab.
hello, how do I display the IDEA functions that I import, because if I'm in the equation editor and press # it doesn't throw me the DateDifferenceforMonths.ideafunc function, I only get the new functions that I import from IDEA lab, the CWI, why won't you introduce them to me?
I remember that IDEA functions are stored in a folder within the project in Custom Functions.ILB, but I don't know where IDEA stores these new functions.
however when I try to create the idea functions like DateDifferenceforMonths, it tells me that it exists.
Can you have both functions, say python and IDEA ? Well, when I created the #cwi_DateDif function, I got an error that had to be available in the options menu, the enable python integration tab.

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

In order to access an IDEA function it has to be stored in one of two places, namely the Custom Functions.ILB folder within your project or in the Local Library Custom Functions Folder (C:\Users\user\Documents\My IDEA Documents\Local Library\Custom Functions.ILB).  If you wish to edit the custom function then it has to be in your Project Custom Functions folder.  You can't edit items in the Local Library unless you copy them over to your project folder.  

I think I answered part of your question.  The last part I am not 100% what you are refering to.