Display percent field
I am trying to create a percent field base off of 2 other fields. I have 2 number fields: ChangeAmt and OrigAmt and would like to display a percent field that cant be changed. Below is what I currently have and it displays 0.00%
event.value = (ChangeAmt/OrigAmt);