Balance calculator

I created a dashboard,so in that dashboard i want it to have my clients investment balance and i want it to be changed when he adds up money to his account and as well changes when he deducts money from his account is it possible

Hi,

You can save all data about the clients in a database and then display it in a table, check out this article.
How would you know when money is added or deducted from the account?
If the clients insert the data manually you can update the database using update .
If you want to receive the data another way please elaborate and check this article.

Good luck :slight_smile: