Hi Guys,
I need some help here.
I want to interlink the Combo Box with the Check Box.
I'm using this formula on the Combo Box { If('SMM-CHKBOX'.Value=false,"","TICK-Mark") }.
This is running smoothly.
But when I select from the Combo Box, Check Box doesn't change it's value.
When I use this formula on Check Box,
{ If(SMM_ComboBOX.Value="TICK-Mark",true,false) }
This is the error that I receive.
"This rule creates a circular reference between properties, which is not allowed."

Report
All responses (
Answers (