Hi, I’m working on a simple loan calculator, as interest rates are fixed, I need only one input, the loan amount. All calculations are made in glide so are very fast. As I need to share the app, I’d like to know how enable calculations on different amounts at the same time by different users. Any hints?
Thanx in advance.
Beppe.
You should only need to create a new loan amount column in the data editor that is set to user specific. Then establish your math columns against that user specific column. It will calculate separately for each user.
1 Like
Thanks Jeff, I found the solution yesterday evening, doing exactly what you said. Initially I had troubles in undersatanding how to do user specific.
1 Like
Have the link of your app?
Sorry, I can’t share this time. Anyway it’s all on glide, the sheet is only two columns, all calculations are made in Glide data.