Facing issue on Button visible condition
Hi Guys ,
Actually as per my requirement, i have one recalculate button that visible condition is when 2 properties not equal that time it will be visible .
if 2 properties are equal it's won be visible.
as of now it's working fine ,but actually issue is
Amount=20 and Custom Amount=20 both are equal so button not visible
now Amount changed to 20 to 30
Amount=30 and Custom Amount=20 both are not equal so button will be visible.
again we changed amount =20 at this point button will be visible.
how to write the condition please help me