I have a column created in sharepoint list as calculated column data type with the below formula.
=if(AND(feild1="", field2=""),"Not-Required","Required")
As the field is created and formula applied to sharepoint, result is displaying post the form is submitted
However i need equivalent formula to input in infopath form calculated column field so that i can display the value even before the form is submitted to list.
please confirm if we have equivalent xpath formula for the above.