Amerageachieved:
Set(g1,AMPERAGEACHIEVED.Text)
Generatorrating:
Set(g2,GENERATORRATING.Text)
Calculate Button:
UpdateContext({DRAWPERCENT:(g1/g2)*100});
Drawpercent:
If(resetControls, Blank(), Text(Value(DRAWPERCENT), "[$-EN-US]#0.00"))
The numbers I used for g1 was 12.5 and for g2 was 541. These give me a decimal that i convert into % by *100. I am confused because I have used this in another page of my app and works fine but I cant figure out what is wrong with this one.

Report
All responses (
Answers (