Calculate and Formula language
Hi,I want to check whether 2 fields have same value or not. How can I achieve this.So far I tried like - FT_FIELD1=FT_FIELD2, #FT_FIELD1=#FT_FIELD2, @FT_FIELD1=@FT_FIELD2, EQ(FT_FIELD2).But none of them showed any validation error if the values are...