Skip to main content

General discussion

rate change

Hello,
I have a problem is to calculate the interests of a term certificate of deposit, in relation to rate changes, where I have a previous rate and the current rate. To make the calculation with the current rate I have no problem, but I do have a problem in taking the remaining days from the date of change backwards. In other words, the client came and canceled on the 17th of May 5, 2022, he had a rate of (previous rate 4.00) and they changed it for 7.50 (Current Rate).

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?

APP UTILITIES

hello, recently I downloaded the "APP UTILITIES" through the passport option, it happens that I downloaded a file with a .DPACK extension, when I double-click it is imported, but I don't know where to look for it or where to put it, could someone tell me where to put it? or the steps to run it and see the scripts

add a year to the current date

Hello, I have to get a list of the documents to expire, where I have today's date (@date), it happens that for future expirations I have to add a year to this date, I have tried with @year(@ date() +1 but it only gives me 2023 and I want the entire date, that is, if today we are at 2022/09/23, the new date must be 2023/09/23
How would I achieve this?