Hi, I have 2 label in Gallery.. I need to compare If the value in this 2 label is same(number), the button will Enable/Edit.. but If not same the button should be disable.. I have use this formula but nothing happen..
Button displaymode property:
If(Label169.Text = Label172.Text, DisplayMode.Edit, DisplayMode.Disabled)

Thanks