I am currently making a personal finance app and want a section that has different calculators to help the user get estimates on things like a Roth IRA. I found an older forum along with a YouTube video (linked below) on a FV template but the links dont seem to work anymore. Does anyone have a link to these so that I can copy them and check out the data? Thanks in advance!
If you are referring specifically to the app in the video you shared, that is a classic app build on the classic Glide architecter. Classic apps are no longer supported and no longer able to be copied as they are a legacy product.
If you have more information about the user who built that app, maybe you can reach out directly to them. Maybe they are active in the forum, but the name isn’t ringing a bell at the moment.
An alternative is rebuilding those completely in the new Glide. Can you specify what features would you need for your calculator?
Geez, I think it was a mistake up on my part, My FV formula didnt make sense with a first time investment. I changed to use a future value of an annuity formula which I will add below for anyone else interested in making something similar. The image is the main formula and the text is how you would need to input into a Glide math column.
P*((1+R)^n)+PMT*((((1+r)^n)-1)/r)
Thank you, I was able to build it. I has messed up in my initial calculations but was able to figure it out. I’m assuming this is the same (or very similar) formula the referenced template used based on the video. Thank You!
Thank you! I just recently started using Glide. I didnt realize there was a difference. I was able to identify my issue. Completely my fault on the calculations. Thanks for the help!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.