Forum Post: How to compare Group of check boxes to pick list vales

  • Thread starter Thread starter Sudhakar
  • Start date Start date
Status
Not open for further replies.
S

Sudhakar

Guest
Hi all, I need to check values in two fields if both does not match return false. field1: States Traveled(Group of check boxes) field2: Current State(pick list) Data:: States Traveled=Arizona,California,Colorado,Florida Current State=Nevada Im trying below if("{!states_Traveled#code}" !="{!Current_State#code}") { return "false"; } But not working, Kindly help me how to return false if both values in fields does not match

Continue reading...
 
Status
Not open for further replies.
Back
Top