How to get total value of survey when survey submitted
I want to display total value of survey , means if there are values as very low, low ,high , very high, want a total countBelow is the script but not working correctly, Please help! var test = new GlideRecord('asmt_assessment_instance');test.addQuery...