Clearing a formula control field
I have a Formula control field that adds values from several other drop down list controls. works great
I have a clear values button with rules to clear selections from these drop down lists if selections were made. also works great
However i can not use a rule to clear the calculated value held in the Formula control.
Is there a way to clear this value in the Formula field when the clear value button is clicked?
Thanks
-
Hello Michael,
You can write a small piece of java script code to clear formula control value and you can execute that method in rule.
for e.g.
function ClearFolmulaField(){$('#FIELD_INTERNAL_NAME').val("");}
Please replace 'FIELD_INTERNAL_NAME' as the internal name of your formula field.

Thanks.
サインインしてコメントを残してください。
コメント
2件のコメント