I need to reset a radio type button when the field value is "Yes"
when I put this code in the default date of the radio button it gives a circular reference error
My radio default code:
If(DataCardValue16.Text="YES";Blank();ThisItem.INDISP_ENCERRAMENTO_ACEITO.Value)My DataCardValue16 code:
If(
DataCardValue15.Selected.Value = "NOT ACCEPT" && IsBlank(dtPicker1);
"YES";
"NO"
)

Report
All responses (
Answers (