Hello,
I'm trying to get a javascript to work, unfortunately i'm not that good with javascript.
What i'm trying to make is the following:
I have 3 input fields:
Total amount of dossiers:
Total amount of cleared dossiers:
Total amount of filed dossiers:
The first one is the total amount of dossiers, for example 200
The second one is the amount i already cleared, for example 50
The third one is the amount i logged, for example 20.
I would like the webpage to display the following 2 calculations:
First one should give me the percentage of cleared dossiers: in this example 25%
The second one should give me the percentage of logged dossiers: in this example 10%
Could someone please help me wit this?
Kind regards,